HiddenField::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the Web server control content to the client's browser using the specified System.Web.UI::HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The System.Web.UI::HtmlTextWriter object used to render the server control content on the client's browser.
The Render method is used to render the server control content to the client's browser using the specified System.Web.UI::HtmlTextWriter object.
Notes to Inheritors:
When extending the HiddenField control, you can override this method to render custom content for the control.
.NET Framework
Available since 2.0
Available since 2.0
Show: