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 abstract GetAttribute : name:string -> string private override GetAttribute : name:string -> string
Parameters
- name
-
Type:
System.String
The name of the attribute to get the value of.
Implements
IAttributeAccessor.GetAttribute(String)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: