System.Web.UI.WebControls.HiddenField.Render Method

Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.

Syntax

protected override void Render (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
The System.Web.UI.HtmlTextWriter object used to render the server control content on the client's browser.

Remarks

The HiddenField.Render(System.Web.UI.HtmlTextWriter) method is used to render the server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0