I need to check RequestType HttpRequest in ASP.NET (or WebRequest.Method ). I know that I can just use the string values ββ" POST " or " GET " for the request type, but I could swear that the constant was somewhere in some kind of class in .NET containing the values.
Out of curiosity, I wondered if anyone knew in which class these string constants for GET and POST . I tried searching on the Internet, but I had no luck, so I thought I'd ask here.
Dan Herbert Nov 10 '08 at 13:48
source share