FormAttribute.FieldName Property

Definition

Gets the name of the form field.

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

Property Value

The name of the form field.

Remarks

For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.

Applies to