WmlFormAdapter.RenderCardTag Method (WmlMobileTextWriter, IDictionary)

 

Renders the < card > 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 Friend Overridable Sub RenderCardTag (
	writer As WmlMobileTextWriter,
	attributes As IDictionary
)

Parameters

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

The text writer.

attributes
Type: System.Collections.IDictionary

The specified < card > attributes.

The base implementation renders a < card > element with the given attributes. Inheriting adapters can override this method and modify the dictionary of attributes, before calling the base implementation.

.NET Framework
Available since 1.1
Return to top
Show: