C# Class WinRTXamlToolkit.Controls.Extensions.WebViewExtensions

Extension methods for WebView control.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
GetAddressAsync ( this webView ) : Task

Gets the address of the current page.

GetFavIconLink ( this webView ) : Task

Gets the fav icon URI.

GetHeadAsync ( this webView ) : Task

Gets the HTML head inner string of the current page.

GetTitleAsync ( this webView ) : Task

Gets the title of the currently displayed page.

Private Methods

Méthode Description
GetTagAttributeBySpecificAttribute ( string htmlFragment, string tagName, string testAttributeName, string testAttributeValue, string attributeToGet ) : string

Gets the tag attribute value for specific other attribute name and value.

Method Details

GetAddressAsync() public static méthode

Gets the address of the current page.
public static GetAddressAsync ( this webView ) : Task
webView this The web view.
Résultat Task

GetFavIconLink() public static méthode

Gets the fav icon URI.
public static GetFavIconLink ( this webView ) : Task
webView this The web view.
Résultat Task

GetHeadAsync() public static méthode

Gets the HTML head inner string of the current page.
public static GetHeadAsync ( this webView ) : Task
webView this The web view.
Résultat Task

GetTitleAsync() public static méthode

Gets the title of the currently displayed page.
public static GetTitleAsync ( this webView ) : Task
webView this The web view.
Résultat Task