C# Класс FirstFloor.ModernUI.Windows.Navigation.DefaultLinkNavigator

The default link navigator with support for loading frame content, external link navigation using the default browser and command execution.
Наследование: ILinkNavigator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DefaultLinkNavigator ( ) : System

Initializes a new instance of the DefaultLinkNavigator class.

Navigate ( Uri uri, FrameworkElement source = null, string parameter = null ) : void

Performs navigation to specified link.

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

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

Initializes a new instance of the DefaultLinkNavigator class.
public DefaultLinkNavigator ( ) : System
Результат System

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

Performs navigation to specified link.
public Navigate ( Uri uri, FrameworkElement source = null, string parameter = null ) : void
uri System.Uri The uri to navigate to.
source System.Windows.FrameworkElement The source element that triggers the navigation. Required for frame navigation.
parameter string An optional command parameter or navigation target.
Результат void