다음을 통해 공유


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)

속성 값

적용 대상