FileUpload.Render Method (HtmlTextWriter)

 

Sends the FileUpload control content to the specified System.Web.UI.HtmlTextWriter object, which writes the content to render on the client.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected internal override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

The System.Web.UI.HtmlTextWriter object that receives the FileUpload control content.

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.

.NET Framework
Available since 2.0
Return to top
Show: