ViewContext.FormContext Property

Gets or sets an object that encapsulates information that is required in order to validate and process the input data from an HTML form.

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

'Declaration
Public Overridable Property FormContext As FormContext 
	Get 
	Set
'Usage
Dim instance As ViewContext 
Dim value As FormContext 

value = instance.FormContext

instance.FormContext = value

Property Value

Type: System.Web.Mvc.FormContext
An object that encapsulates information that is required in order to validate and process the input data from an HTML form.
Show: