ProxyWebPartManager::ClientID Property

 

Gets the control ID for HTML markup that is generated by ASP.NET.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property String^ ClientID {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The control ID for HTML markup that is generated by ASP.NET.

.NET Framework
Available since 2.0
Return to top
Show: