DynamicDataManager::ClientIDMode Property

.NET Framework (current version)
 

Gets the algorithm that is used to generate the value in the ClientID property.

Namespace:   System.Web.DynamicData
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::ClientIDMode

A value that indicates how the ClientID property is generated. This property cannot be set.

.NET Framework
Available since 4.0
Return to top
Show: