FormExtensions.EndForm(HtmlHelper) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the closing </form> tag to the response.
public static void EndForm (this System.Web.Mvc.HtmlHelper htmlHelper);
static member EndForm : System.Web.Mvc.HtmlHelper -> unit
<Extension()>
Public Sub EndForm (htmlHelper As HtmlHelper)
Parameters
- htmlHelper
- HtmlHelper
The HTML helper instance that this method extends.