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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see IAttributeAccessor::GetAttribute.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual String^ GetAttribute(
	String^ name
) sealed = IAttributeAccessor::GetAttribute

Parameters

name
Type: System::String^

The attribute name.

Return Value

Type: System::String^

The value of this attribute on the element, as a String value. If the specified attribute does not exist on this element, returns an empty string ("").

The IAttributeAccessor::GetAttribute method calls the GetAttribute method.

This member is an explicit interface member implementation. It can be used only when the HtmlControl instance is cast to an IAttributeAccessor interface.

.NET Framework
Available since 1.1
Return to top
Show: