HtmlFormAdapter.RenderBodyTag Method (HtmlMobileTextWriter, IDictionary)
.NET Framework (current version)
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.
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
Available since 1.1
HtmlFormAdapter Class
System.Web.UI.MobileControls.Adapters Namespace
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
Show: