Property | Type | Description | |
---|---|---|---|
ContentTypeQueryStringId | string | ||
DefaultContentType | string | ||
HttpMethodOverrideFormId | string | ||
HttpMethodOverrideQueryStringId | string |
Method | Description | |
---|---|---|
HttpRequestInfo ( System.Web.HttpRequestBase httpRequest ) : System |
Method | Description | |
---|---|---|
GetHttpMethod ( System.Web.HttpRequestBase httpRequest ) : string | ||
GetRequestFormat ( System.Web.HttpRequestBase request ) : |
||
TryToGetContentTypeFromUri ( System.Web.HttpRequestBase request, string &contentType ) : bool |
Gets the content type value from a URL parameter, if posssible. No validity checking is done on the value passed.
|
public HttpRequestInfo ( System.Web.HttpRequestBase httpRequest ) : System | ||
httpRequest | System.Web.HttpRequestBase | |
return | System |
public static string ContentTypeQueryStringId | ||
return | string |
public static string DefaultContentType | ||
return | string |
public static string HttpMethodOverrideFormId | ||
return | string |