C# Класс RedditStoreApp.ViewModels.BrowserViewModel

Наследование: ViewModelBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GoBackAction ( ) : void
GoHomeAction ( ) : void
SetUri ( Uri uri ) : void

Описание методов

BrowserViewModel() публичный Метод

public BrowserViewModel ( ) : System
Результат System

PushNavigatedUri() публичный Метод

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
Результат void