Свойство | Тип | Описание | |
---|---|---|---|
ContentTypeQueryStringId | string | ||
DefaultContentType | string | ||
HttpMethodOverrideFormId | string | ||
HttpMethodOverrideQueryStringId | string |
Метод | Описание | |
---|---|---|
HttpRequestInfo ( System.Web.HttpRequestBase httpRequest ) : System |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public static string ContentTypeQueryStringId | ||
Результат | string |
public static string DefaultContentType | ||
Результат | string |
public static string HttpMethodOverrideFormId | ||
Результат | string |