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)
[ConfigurationPropertyAttribute("clientIDMode", DefaultValue = ClientIDMode.Predictable)] public ClientIDMode ClientIDMode { get; set; }
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: