Method | Description | |
---|---|---|
FrameAdapter ( |
Creates an instance of FrameAdapter
|
|
GoBack ( ) : void |
Navigates back.
|
|
GoForward ( ) : void |
Navigates forward.
|
|
Navigate ( Uri source ) : bool |
Navigates to the specified Uri.
|
|
StopLoading ( ) : void |
Stops the loading process.
|
Method | Description | |
---|---|---|
OnNavigated ( object sender, |
Occurs after navigation
|
|
OnNavigating ( object sender, |
Occurs before navigation
|
|
TryInjectQueryString ( object viewModel, object view ) : void |
Attempts to inject query string parameters from the view into the view model.
|
public FrameAdapter ( |
||
frame | The frame to represent as a |
|
return | System |
public Navigate ( Uri source ) : bool | ||
source | Uri | The |
return | bool |
protected OnNavigated ( object sender, |
||
sender | object | The event sender. |
e | The event args. | |
return | void |
protected OnNavigating ( object sender, |
||
sender | object | The event sender. |
e | The event args. | |
return | void |
protected TryInjectQueryString ( object viewModel, object view ) : void | ||
viewModel | object | The view model. |
view | object | The view. |
return | void |