XhtmlControlAdapter::GetCustomAttributeValue Method (MobileControl^, String^)
.NET Framework (current version)
Gets the value of the specified attribute from a given control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
protected: virtual String^ GetCustomAttributeValue( MobileControl^ control, String^ attributeName )
Parameters
- control
-
Type:
System.Web.UI.MobileControls::MobileControl^
The mobile control from which to get the attribute value.
- attributeName
-
Type:
System::String^
The name of the attribute.
This method is primarily used by developers of custom adapters.
.NET Framework
Available since 2.0
Available since 2.0
GetCustomAttributeValue Overload
XhtmlControlAdapter Class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
Show: