C# Class Rock.Web.UI.RockMasterPage

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

Public Methods

Method Description
ResolveRockUrl ( string url ) : string

Resolves the rock URL.

ResolveRockUrl ( string url, bool fingerprint ) : string

Resolves the rock URL.

Private Methods

Method Description
SetPage ( PageCache pageCache ) : void

Sets the page.

Method Details

ResolveRockUrl() public method

Resolves the rock URL.
public ResolveRockUrl ( string url ) : string
url string The URL.
return string

ResolveRockUrl() public method

Resolves the rock URL.
public ResolveRockUrl ( string url, bool fingerprint ) : string
url string The URL.
fingerprint bool if set to true [fingerprint].
return string