Ramco Ramco

Ramco Ramco

  • 443
  • 3.4k
  • 526.3k

Variables in place of HardCode values

Dec 28 2022 4:32 PM

Hi

  IN below codeinstead of Hardcode i want to pass email & password thru variables

var body = @"{" + "\n" +
                        @"    ""email"" : ""[email protected]""," + "\n" +
                        @"    ""password"" : ""T!""" + "\n" +
                        @"}";

Thanks


Answers (2)