Свойство | Тип | Описание | |
---|---|---|---|
CloseMainWindow | void | ||
Initialize | void | ||
NavigateBack | void | ||
NavigateForward | void | ||
NavigateToUri | void | ||
NavigateWithParameters | void | ||
ToQueryString | string |
Метод | Описание | |
---|---|---|
GetBackStackCount ( ) : int |
Returns the number of total back entries (which is the navigation history).
|
|
RemoveAllBackEntries ( ) : void |
Removes all the back entries from the navigation history.
|
|
RemoveBackEntry ( ) : void |
Removes the last back entry from the navigation history.
|
Метод | Описание | |
---|---|---|
ResolveNavigationTarget ( |
Resolves the navigation target.
|
Метод | Описание | |
---|---|---|
CloseMainWindow ( ) : void | ||
Initialize ( ) : void | ||
NavigateBack ( ) : void | ||
NavigateForward ( ) : void | ||
NavigateToUri ( |
||
NavigateWithParameters ( string uri, object>.Dictionary |
||
ToQueryString ( object>.Dictionary |
Converts a dictionary to query string parameters. This method uses the Object.ToString method to convert values to a parameter value. Make sure that the objects passed correctly support this. |
protected ResolveNavigationTarget ( |
||
viewModelType | The view model type. | |
Результат | string |