HtmlFormAdapter.RenderBodyTag Method (HtmlMobileTextWriter, IDictionary)

 

Renders the <body> tag. 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
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected virtual void RenderBodyTag(
	HtmlMobileTextWriter writer,
	IDictionary attributes
)

Parameters

writer
Type: System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter

The text writer.

attributes
Type: System.Collections.IDictionary

The specified <body> attributes.

The base implementation renders a <body> tag with the given attributes. Inheriting adapters can override this method and modify the dictionary of attributes before calling the base implementation. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

.NET Framework
Available since 1.1
Return to top
Show: