ViewStateModeByIdAttribute Constructor

Definition

Initializes a new instance of the ViewStateModeByIdAttribute class.

public:
 ViewStateModeByIdAttribute();
public ViewStateModeByIdAttribute ();
Public Sub New ()

Remarks

Applying the ViewStateModeByIdAttribute to a control class means that the control will have its view-state information loaded by ID.

Applies to