共用方式為


ViewContext.FormContext 屬性

定義

取得或設定物件,這個物件封裝資訊,在驗證和處理 HTML 表單的輸入資料時需要此資訊。

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

屬性值

封裝驗證和處理 HTML 表單的輸入資料時所需資訊之物件。

適用於