HtmlHelper.GetFormMethodString Method
Visual Studio 2010
Returns the HTTP method that handles form input (GET or POST) as a string.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Function GetFormMethodString ( _ method As FormMethod _ ) As String
Parameters
- method
- Type: System.Web.Mvc.FormMethod
The HTTP method that handles the form.
Community Additions
ADD
Show: