C# 클래스 WinRTXamlToolkit.Controls.WebBrowser

상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
AutoNavigateProperty Windows.UI.Xaml.DependencyProperty
SourceProperty Windows.UI.Xaml.DependencyProperty
TitleProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
Navigate ( Uri source ) : void

Navigates to the specified source uri.

NavigateAsync ( Uri source ) : System.Threading.Tasks.Task

Navigates to the specified source uri asynchronously.

Refresh ( ) : void

Refreshes the current page.

WebBrowser ( ) : System

Initializes a new instance of the WebBrowser class.

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

OnSourceChanged ( Uri oldSource, Uri newSource ) : void

Provides derived classes an opportunity to handle changes to the Source property.

OnTitleChanged ( string oldTitle, string newTitle ) : void

Provides derived classes an opportunity to handle changes to the Title property.

비공개 메소드들

메소드 설명
OnAddressBarGotFocus ( object sender, RoutedEventArgs e ) : void
OnAddressBarKeyDown ( object sender, KeyRoutedEventArgs e ) : void
OnAddressBarKeyUp ( object sender, KeyRoutedEventArgs e ) : void
OnAddressBarLostFocus ( object sender, RoutedEventArgs e ) : void
OnAddressBarTextChanged ( object sender, TextChangedEventArgs e ) : void
OnAppBarOpenedOrClosed ( object sender, object e ) : void
OnAutoNavigateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the AutoNavigate property.

OnAutoNavigateChanged ( bool oldAutoNavigate, bool newAutoNavigate ) : void

Provides derived classes an opportunity to handle changes to the AutoNavigate property.

OnBackButtonClick ( object sender, RoutedEventArgs e ) : void
OnForwardButtonClick ( object sender, RoutedEventArgs e ) : void
OnGoButtonClick ( object sender, RoutedEventArgs e ) : void
OnNavigationCompleted ( WebView sender, WebViewNavigationCompletedEventArgs e ) : void
OnNavigationFailed ( WebErrorStatus webErrorStatus ) : void
OnNavigationSucceeded ( ) : void
OnRefreshButtonClick ( object sender, RoutedEventArgs e ) : void
OnSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Source property.

OnStopButtonClick ( object sender, RoutedEventArgs e ) : void
OnTitleChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Title property.

UpdateBackStackKeys ( ) : void

메소드 상세

Navigate() 공개 메소드

Navigates to the specified source uri.
public Navigate ( Uri source ) : void
source System.Uri The source.
리턴 void

NavigateAsync() 공개 메소드

Navigates to the specified source uri asynchronously.
public NavigateAsync ( Uri source ) : System.Threading.Tasks.Task
source System.Uri The source.
리턴 System.Threading.Tasks.Task

OnApplyTemplate() 보호된 메소드

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
protected OnApplyTemplate ( ) : void
리턴 void

OnSourceChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Source property.
protected OnSourceChanged ( Uri oldSource, Uri newSource ) : void
oldSource System.Uri The old Source value
newSource System.Uri The new Source value
리턴 void

OnTitleChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Title property.
protected OnTitleChanged ( string oldTitle, string newTitle ) : void
oldTitle string The old Title value
newTitle string The new Title value
리턴 void

Refresh() 공개 메소드

Refreshes the current page.
public Refresh ( ) : void
리턴 void

WebBrowser() 공개 메소드

Initializes a new instance of the WebBrowser class.
public WebBrowser ( ) : System
리턴 System

프로퍼티 상세

AutoNavigateProperty 공개적으로 정적으로 프로퍼티

AutoNavigate Dependency Property
public static DependencyProperty,Windows.UI.Xaml AutoNavigateProperty
리턴 Windows.UI.Xaml.DependencyProperty

SourceProperty 공개적으로 정적으로 프로퍼티

Source Dependency Property
public static DependencyProperty,Windows.UI.Xaml SourceProperty
리턴 Windows.UI.Xaml.DependencyProperty

TitleProperty 공개적으로 정적으로 프로퍼티

Title Dependency Property
public static DependencyProperty,Windows.UI.Xaml TitleProperty
리턴 Windows.UI.Xaml.DependencyProperty