FileUpload::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Sends the FileUpload control content to the specified System.Web.UI::HtmlTextWriter object, which writes the content to render on the client.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: