HttpRequestBaseExtensions Class
Represents the HttpRequestBase extension methods that call directly into the DefaultFormatHelper.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetRequestFormat(HttpRequestBase) | Returns the format of a given request. |
![]() ![]() | GetResponseFormats(HttpRequestBase) | Returns the preferred content type to use for the response, based on the request. |
![]() ![]() | IsBrowserRequest(HttpRequestBase) | Determines whether the specified HTTP request was sent by a Browser. |
![]() ![]() | IsHttpMethod(HttpRequestBase, HttpVerbs) | Gets a value that indicates whether the HTTP data-transfer method was used by the client. |
![]() ![]() | IsHttpMethod(HttpRequestBase, HttpVerbs, Boolean) | Gets a value that indicates whether the HTTP data-transfer method was used by the client. |
![]() ![]() | IsHttpMethod(HttpRequestBase, String) | Gets a value that indicates whether the HTTP data-transfer method was used by the client. |
![]() ![]() | IsHttpMethod(HttpRequestBase, String, Boolean) | Gets a value that indicates whether the HTTP data-transfer method was used by the client. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

