C# Class RockWeb.Blocks.Cms.AdList

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode Description
OnPreRender ( EventArgs e ) : void

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

Private Methods

Méthode Description
CacheKey ( ) : string
GetTemplate ( ) : Template
Render ( ) : void

Renders the Ads using Liquid.

Method Details

OnPreRender() protected méthode

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