C# 클래스 Rock.Web.UI.RockMasterPage

상속: System.Web.UI.MasterPage
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ResolveRockUrl ( string url ) : string

Resolves the rock URL.

ResolveRockUrl ( string url, bool fingerprint ) : string

Resolves the rock URL.

비공개 메소드들

메소드 설명
SetPage ( PageCache pageCache ) : void

Sets the page.

메소드 상세

ResolveRockUrl() 공개 메소드

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

ResolveRockUrl() 공개 메소드

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