C# 클래스 RockWeb.Blocks.Cms.AdList

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void

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

비공개 메소드들

메소드 설명
CacheKey ( ) : string
GetTemplate ( ) : Template
Render ( ) : void

Renders the Ads using Liquid.

메소드 상세

OnPreRender() 보호된 메소드

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