XhtmlControlAdapter.RenderOpeningListTag Method

Renders an opening tag for the specified tag name.

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

protected:
virtual void RenderOpeningListTag (
	XhtmlMobileTextWriter^ writer, 
	String^ tagName
)
protected void RenderOpeningListTag (
	XhtmlMobileTextWriter writer, 
	String tagName
)
protected function RenderOpeningListTag (
	writer : XhtmlMobileTextWriter, 
	tagName : String
)
Not applicable.

Parameters

writer

The XhtmlMobileTextWriter object used to render the server control content on the client's browser.

tagName

The name of the tag to use for the rendered list.

If there is a pending break, the break is rendered before the opening link tag. If the CssLocation property represents a physical file and the target device does not require suppression of cascading style sheet styles, the current class name is included in the rendering. If the CssLocation property of the style sheet does not represent a physical file, style settings from the control that are appropriate for the tagName will be applied in the opening tag.

This method is primarily used by the .NET Framework internally.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: