2
Answers

Variables in place of HardCode values

Ramco Ramco

Ramco Ramco

2y
766
1

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)
Next Recommended Forum