FormAttribute.FieldName 屬性

定義

取得表單欄位的名稱。

public:
 property System::String ^ FieldName { System::String ^ get(); };
public string FieldName { get; }
member this.FieldName : string
Public ReadOnly Property FieldName As String

屬性值

表單欄位的名稱。

備註

關於如何使用網頁表單進行模型綁定的教學系列,請參見 「模型綁定與網頁表單」。

適用於