Метод | Описание | |
---|---|---|
BuildUrl ( ) : string |
Builds the URL.
|
|
GetParentPageReferences ( |
Gets the parent page references.
|
|
PageReference ( ) : System |
Initializes a new instance of the PageReference class.
|
|
PageReference ( PageReference pageReference ) : System |
Initializes a new instance of the PageReference class.
|
|
PageReference ( |
Initializes a new instance of the PageReference class from a url.
|
|
PageReference ( int pageId ) : System |
Initializes a new instance of the PageReference class.
|
|
PageReference ( int pageId, int routeId ) : System |
Initializes a new instance of the PageReference class.
|
|
PageReference ( int pageId, int routeId, string>.Dictionary |
Initializes a new instance of the PageReference class.
|
|
PageReference ( int pageId, int routeId, string>.Dictionary |
Initializes a new instance of the PageReference class.
|
|
PageReference ( string linkedPageValue, string>.Dictionary |
Initializes a new instance of the PageReference class.
|
|
SavePageReferences ( List |
Saves the history.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Метод | Описание | |
---|---|---|
BuildRouteURL ( string>.Dictionary |
Builds the route URL.
|
|
GetRouteIdFromPageAndParms ( ) : int? |
Gets the route id from page and parms.
|
public static GetParentPageReferences ( |
||
rockPage | ||
currentPage | PageCache | |
currentPageReference | PageReference | |
Результат | List |
public PageReference ( PageReference pageReference ) : System | ||
pageReference | PageReference | The page reference. |
Результат | System |
public PageReference ( |
||
uri | The URI e.g.: new Uri( ResolveRockUrlIncludeRoot("~/Person/5") | |
applicationPath | string | The application path e.g.: HttpContext.Current.Request.ApplicationPath |
Результат | System |
public PageReference ( int pageId ) : System | ||
pageId | int | The page id. |
Результат | System |
public PageReference ( int pageId, int routeId ) : System | ||
pageId | int | The page id. |
routeId | int | The route id. |
Результат | System |
public PageReference ( int pageId, int routeId, string>.Dictionary |
||
pageId | int | The page id. |
routeId | int | The route id. |
parameters | string>.Dictionary | The route parameters. |
Результат | System |
public PageReference ( int pageId, int routeId, string>.Dictionary |
||
pageId | int | The page id. |
routeId | int | The route id. |
parameters | string>.Dictionary | The route parameters. |
queryString | The query string. | |
Результат | System |
public PageReference ( string linkedPageValue, string>.Dictionary |
||
linkedPageValue | string | The linked page value. |
parameters | string>.Dictionary | The parameters. |
queryString | The query string. | |
Результат | System |
public static SavePageReferences ( List |
||
pageReferences | List |
The page references. |
Результат | void |