FileUpload.Render(HtmlTextWriter) 方法
定义
将 FileUpload 控件内容发送到指定的 HtmlTextWriter 对象,该对象编写相应内容以便呈现在客户端。Sends the FileUpload control content to the specified HtmlTextWriter object, which writes the content to render on the client.
protected public:
override void Render(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void Render (System.Web.UI.HtmlTextWriter writer);
override this.Render : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub Render (writer As HtmlTextWriter)
参数
- writer
- HtmlTextWriter
接收 FileUpload 控件内容的 HtmlTextWriter 对象。The HtmlTextWriter object that receives the FileUpload control content.
注解
Render方法将 FileUpload 控件内容发送到指定的 System.Web.UI.HtmlTextWriter 对象,该对象写入要在客户端上呈现的内容。The Render method sends the FileUpload control content to the specified System.Web.UI.HtmlTextWriter object, which writes the content to render on the client.