WmlValidatorAdapter.Render(WmlMobileTextWriter) 方法
定义
使用提供的编写器为控件适配器所附加到的控件生成特定于目标的标记。Generates the target-specific markup for the control to which the control adapter is attached, using the provided writer. 此 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.