0

I am converting a PHP code in c# and want to know what will be equivalent in c#.

I think I can use:

HttpContext.Current.Request.ServerVariables["PARAM"]

But not sure which "PARAM" need to use, below link has all param list :-

http://www.w3schools.com/asp/coll_servervariables.asp

Anand Systematix
  • 632
  • 5
  • 15

1 Answers1

0

Maybe use ASP MapPath Method ?

Doc : http://www.w3schools.com/asp/met_mappath.asp

Clément Andraud
  • 9,103
  • 25
  • 80
  • 158