HtmlHelper.HttpMethodOverride Method
Include Protected Members
Include Inherited Members
Returns a hidden input element that identifies the override method for the HTTP data-transfer method that was used by the client.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HttpMethodOverride(String) | Returns a hidden input element that identifies the override method for the specified HTTP data-transfer method that was used by the client. | |
HttpMethodOverride(HttpVerbs) | Returns a hidden input element that identifies the override method for the specified verb that represents the HTTP data-transfer method used by the client. |
Top