Condividi tramite


FormContext.FormData Proprietà

Definizione

Ottiene un contenitore di proprietà per tutte le informazioni che si desidera associare a un modulo/>in un <IHtmlHelper metodo di implementazione o estensione.

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)

Valore della proprietà

Si applica a