ViewContext.FormContext Property
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.
Gets or sets an object that encapsulates information that is required in order to validate and process the input data from an HTML form.
public virtual System.Web.Mvc.FormContext FormContext { get; set; }
member this.FormContext : System.Web.Mvc.FormContext with get, set
Public Overridable Property FormContext As FormContext
Property Value
An object that encapsulates information that is required in order to validate and process the input data from an HTML form.