C# Class Rock.Web.UI.Controls.HiddenFieldWithClass

from http://stackoverflow.com/a/8761161/1755417
Inheritance: System.Web.UI.WebControls.HiddenField
显示文件 Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

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

Method Details

Render() protected method

Renders the Web server control content to the client's browser using the specified T:System.Web.UI.HtmlTextWriter object.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object used to render the server control content on the client's browser.
return void