UserControl::IAttributeAccessor::GetAttribute Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the value of the specified user control attribute.
Assembly: System.Web (in System.Web.dll)
private: virtual String^ GetAttribute( String^ name ) sealed = IAttributeAccessor::GetAttribute
Parameters
- name
-
Type:
System::String^
The name of the attribute to get the value of.
Use the IAttributeAccessor::GetAttribute method to get the value of control attributes that are not exposed as properties on the control.
.NET Framework
Available since 1.1
Available since 1.1
Show: