UpdatePanel::IAttributeAccessor::GetAttribute Method (String^)

.NET Framework (current version)
 

Returns an attribute of a Web control by using a specified name.

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

Return Value

Type: System::String^

The value 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
Return to top
Show: