XhtmlControlAdapter::ConditionalRenderCustomAttribute Method (XhtmlMobileTextWriter^, String^)
Gets the value of the attribute with the specified name from the associated control and renders it on the next element with the specified name if certain conditions are met. 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 void ConditionalRenderCustomAttribute( XhtmlMobileTextWriter^ writer, String^ attributeName )
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.XhtmlAdapters::XhtmlMobileTextWriter^
The XhtmlMobileTextWriter object used to render the server control content on the client's browser.
- attributeName
-
Type:
System::String^
The name of the attribute.
The attribute is rendered if the attribute name is not an empty string ("") and the control has the specified attribute.
This method is primarily used by the .NET Framework internally.
Available since 2.0
ConditionalRenderCustomAttribute Overload
XhtmlControlAdapter Class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction