HttpRequestExtensions.GetHttpMethodOverride Method (HttpRequestBase)
Retrieves the HTTP data-transfer method override that was used by the client.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
<ExtensionAttribute> Public Shared Function GetHttpMethodOverride ( request As HttpRequestBase ) As String
Parameters
- request
-
Type:
System.Web.HttpRequestBase
An object that contains the HTTP values that were sent by a client during a Web request.
| Exception | Condition |
|---|---|
| ArgumentNullException | The request parameter is null. |
| NotImplementedException | The HTTP data-transfer method override was not implemented. |
Show: