共用方式為


FormContext.FormData 屬性

定義

取得您想要在實作或擴充方法中 IHtmlHelper 與 < 表單/ > 產生關聯之任何資訊的屬性包。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ FormData { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> FormData { get; }
member this.FormData : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property FormData As IDictionary(Of String, Object)

屬性值

適用於