FileUpload.Render(HtmlTextWriter) Method

Definition

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)

Parameters

writer
HtmlTextWriter

The HtmlTextWriter object that receives the FileUpload control content.

Remarks

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.

Applies to

See also