HiddenField.Render Method
.NET Framework 3.0
Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
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.Community Additions
ADD
Show: