HtmlHelper<TModel>.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
Public method 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. (Inherited from HtmlHelper.)
Public method 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. (Inherited from HtmlHelper.)

Top

See Also

Reference

HtmlHelper<TModel> Class

System.Web.Mvc Namespace