UpdatePanel::IAttributeAccessor::GetAttribute Method (String^)
.NET Framework (current version)
Returns an attribute of a Web control by using a specified name.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual String^ GetAttribute( String^ key ) sealed = IAttributeAccessor::GetAttribute
Parameters
- key
-
Type:
System::String^
The name of the attribute.
This member is an explicit interface member implementation. It can be used only when the UpdatePanel instance is cast to an IAttributeAccessor interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: