IControlAdapter.Render(HtmlTextWriter) 方法

定义

由该控件的 Render(HtmlTextWriter) 方法调用,用于执行呈现。Called by the control's Render(HtmlTextWriter) method to perform rendering. 此 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:
 void Render(System::Web::UI::HtmlTextWriter ^ writer);
public void Render (System.Web.UI.HtmlTextWriter writer);
abstract member Render : System.Web.UI.HtmlTextWriter -> unit
Public Sub Render (writer As HtmlTextWriter)

参数

writer
HtmlTextWriter

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

注解

对于 ControlAdapter 类,此方法将呈现控件的所有子级。For the ControlAdapter class, this method renders all the children of the control.

适用于