ViewContext.FormContext Property

Definition

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.

Applies to