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
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
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