Свойство | Тип | Описание | |
---|---|---|---|
AutoNavigateProperty | |||
SourceProperty | |||
TitleProperty |
Метод | Описание | |
---|---|---|
Navigate ( |
Navigates to the specified source uri.
|
|
NavigateAsync ( |
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 ( |
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, |
||
OnAddressBarKeyDown ( object sender, |
||
OnAddressBarKeyUp ( object sender, |
||
OnAddressBarLostFocus ( object sender, |
||
OnAddressBarTextChanged ( object sender, TextChangedEventArgs e ) : void | ||
OnAppBarOpenedOrClosed ( object sender, object e ) : void | ||
OnAutoNavigateChanged ( |
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, |
||
OnForwardButtonClick ( object sender, |
||
OnGoButtonClick ( object sender, |
||
OnNavigationCompleted ( |
||
OnNavigationFailed ( WebErrorStatus webErrorStatus ) : void | ||
OnNavigationSucceeded ( ) : void | ||
OnRefreshButtonClick ( object sender, |
||
OnSourceChanged ( |
Handles changes to the Source property.
|
|
OnStopButtonClick ( object sender, |
||
OnTitleChanged ( |
Handles changes to the Title property.
|
|
UpdateBackStackKeys ( ) : void |
public Navigate ( |
||
source | The source. | |
Результат | void |
public NavigateAsync ( |
||
source | The source. | |
Результат | System.Threading.Tasks.Task |
protected OnSourceChanged ( |
||
oldSource | The old Source value | |
newSource | The new Source value | |
Результат | void |
protected OnTitleChanged ( string oldTitle, string newTitle ) : void | ||
oldTitle | string | The old Title value |
newTitle | string | The new Title value |
Результат | void |
public static DependencyProperty,Windows.UI.Xaml AutoNavigateProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml SourceProperty | ||
Результат |