Freigeben über


FormContext.FormData Eigenschaft

Definition

Ruft einen Eigenschaftenbehälter für alle Informationen ab, die Sie einem <Formular/> in einer IHtmlHelper Implementierungs- oder Erweiterungsmethode zuordnen möchten.

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)

Eigenschaftswert

Gilt für: