PagesSection::ClientIDMode Property
.NET Framework (current version)
Gets or sets the default algorithm that is used to generate a control's identifier.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("clientIDMode", DefaultValue = ClientIDMode::Predictable)] property ClientIDMode ClientIDMode { ClientIDMode get(); void set(ClientIDMode value); }
Property Value
Type: System.Web.UI::ClientIDModeA value that indicates how the value in the Control::ClientID property is generated. The default value is Predictable.
You use the ClientIDMode property to set the default value for a whole Web site. You can override this value for an individual Web page or for individual controls.
.NET Framework
Available since 4.0
Available since 4.0
Show: