Edit

Share via


HtmlFormAdapter.RenderBodyTag(HtmlMobileTextWriter, IDictionary) Method

Definition

Renders the <body> tag. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected virtual void RenderBodyTag(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, System.Collections.IDictionary attributes);

Parameters

writer
HtmlMobileTextWriter

The text writer.

attributes
IDictionary

The specified <body> attributes.

Remarks

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 Mobile apps and sites with ASP.NET.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also