FormAttribute.FieldName 属性

定义

获取窗体字段的名称。

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

属性值

窗体字段的名称。

注解

有关将模型绑定与 Web Forms 配合使用的教程系列,请参阅模型绑定和Web Forms

适用于