WmlFormAdapter.RenderCardTag Method (WmlMobileTextWriter, IDictionary)
.NET Framework (current version)
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.
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
Available since 1.1
Show: