C# Class RockWeb.Blocks.Cms.AdList

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

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

Private Methods

Method Description
CacheKey ( ) : string
GetTemplate ( ) : Template
Render ( ) : void

Renders the Ads using Liquid.

Method Details

OnPreRender() protected method

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