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

Inheritance: System.Web.UI.HtmlControls.HtmlAnchor
Show file Open project: NewSpring/Rock

Protected Methods

Method Description
OnInit ( System e ) : void

Raises the E:System.Web.UI.Control.Init event.

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

Renders the T:System.Web.UI.HtmlControls.HtmlContainerControl control to the specified T:System.Web.UI.HtmlTextWriter object.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( System e ) : void
e System An object that contains the event data.
return void

Render() protected method

Renders the T:System.Web.UI.HtmlControls.HtmlContainerControl control to the specified T:System.Web.UI.HtmlTextWriter object.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the content.
return void