MvcForm.EndForm Method

Ends the form and disposes of all form resources.

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

'Declaration
Public Sub EndForm
'Usage
Dim instance As MvcForm

instance.EndForm()

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

Show: