C# Class Rock.Web.UI.RockMasterPage

Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
ResolveRockUrl ( string url ) : string

Resolves the rock URL.

ResolveRockUrl ( string url, bool fingerprint ) : string

Resolves the rock URL.

Private Methods

Méthode Description
SetPage ( PageCache pageCache ) : void

Sets the page.

Method Details

ResolveRockUrl() public méthode

Resolves the rock URL.
public ResolveRockUrl ( string url ) : string
url string The URL.
Résultat string

ResolveRockUrl() public méthode

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