DynamicControl.Render(HtmlTextWriter) 方法
定义
使用指定的 DynamicControl 对象,将 HtmlTextWriter 控件内容呈现给客户端浏览器。Renders the DynamicControl control content to the client's browser by using the specified HtmlTextWriter object.
protected:
override void Render(System::Web::UI::HtmlTextWriter ^ writer);
protected override void Render (System.Web.UI.HtmlTextWriter writer);
override this.Render : System.Web.UI.HtmlTextWriter -> unit
Protected Overrides Sub Render (writer As HtmlTextWriter)
参数
- writer
- HtmlTextWriter
用于在客户端浏览器上呈现 DynamicControl 控件内容的对象。The object that is used to render the DynamicControl control content on the client's browser.
注解
Render方法主要由控件开发人员用来扩展 DynamicControl 控件。The Render method is primarily used by control developers to extend the DynamicControl control.