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

Inheritance: System.Web.UI.WebControls.LinkButton
显示文件 Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Protected Methods

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

Adds the attributes of the T:System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.

Method Details

AddAttributesToRender() protected method

Adds the attributes of the T:System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that contains the output stream to render on the client.
return void