FormContext.FormData 属性

定义

获取要与<实现或扩展方法中的 IHtmlHelper form/> 关联的任何信息的属性包。

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)

属性值

适用于