ControlAttribute.ControlID Property

Definition

Gets the control ID.

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

Property Value

The control ID.

Remarks

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

Applies to