C# Class RedditStoreApp.ViewModels.BrowserViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: anroOfCode/reddit-w8-app

Public Methods

Method Description
BrowserViewModel ( ) : System
PushNavigatedUri ( Uri uri ) : void

Pushes a URI that was clicked on in the browser window onto the stack to give us a nice back history. URIs set by changing the current post are not recorded with this function.

Private Methods

Method Description
GoBackAction ( ) : void
GoHomeAction ( ) : void
SetUri ( Uri uri ) : void

Method Details

BrowserViewModel() public method

public BrowserViewModel ( ) : System
return System

PushNavigatedUri() public method

Pushes a URI that was clicked on in the browser window onto the stack to give us a nice back history. URIs set by changing the current post are not recorded with this function.
public PushNavigatedUri ( Uri uri ) : void
uri System.Uri
return void