WmlListAdapter.Render(WmlMobileTextWriter) 方法

定义

为附加了控件适配器的控件生成目标特定的标记。Generates the target-specific markup for the control to which the control adapter is attached. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void Render(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer);
public override void Render (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer);
override this.Render : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter -> unit
Public Overrides Sub Render (writer As WmlMobileTextWriter)

参数

writer
WmlMobileTextWriter

用于接收输出的文本编写器。The text writer to receive output.

适用于

另请参阅