MvcForm.EndForm Method

Visual Studio 2010

Ends the form and disposes of all form resources.

Namespace:  System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public void EndForm()

This method calls Dispose with the disposing parameter set to true.

Community Additions

ADD
Show: