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.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

abstract ConditionalRenderCustomAttribute : 
        writer:XhtmlMobileTextWriter *
        attributeName:string -> unit
override ConditionalRenderCustomAttribute : 
        writer:XhtmlMobileTextWriter *
        attributeName:string -> unit

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.

.NET Framework
Available since 2.0
Return to top
Show: