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 :-
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 :-