DynamicDataManager::ClientIDMode Property
.NET Framework (current version)
Gets the algorithm that is used to generate the value in the ClientID property.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: [BrowsableAttribute(false)] property ClientIDMode ClientIDMode { virtual ClientIDMode get() override; virtual void set(ClientIDMode value) override; }
Property Value
Type: System.Web.UI::ClientIDModeA value that indicates how the ClientID property is generated. This property cannot be set.
.NET Framework
Available since 4.0
Available since 4.0
Show: