FormContext.FormData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a property bag for any information you wish to associate with a <form/> in an IHtmlHelper implementation or extension method.
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)