WmlFormAdapter.RenderCardTag(WmlMobileTextWriter, IDictionary) Method

Definition

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

protected public:
 virtual void RenderCardTag(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer, System::Collections::IDictionary ^ attributes);
protected internal virtual void RenderCardTag (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer, System.Collections.IDictionary attributes);
abstract member RenderCardTag : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * System.Collections.IDictionary -> unit
override this.RenderCardTag : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * System.Collections.IDictionary -> unit
Protected Friend Overridable Sub RenderCardTag (writer As WmlMobileTextWriter, attributes As IDictionary)

Parameters

writer
WmlMobileTextWriter

The text writer.

attributes
IDictionary

The specified < card > attributes.

Remarks

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.

Applies to

See also