次の方法で共有


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)

プロパティ値

適用対象