C# Класс WinRTXamlToolkit.Controls.Extensions.WebViewExtensions

Extension methods for WebView control.
Показать файл Открыть проект

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

Метод Описание
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.

Приватные методы

Метод Описание
GetTagAttributeBySpecificAttribute ( string htmlFragment, string tagName, string testAttributeName, string testAttributeValue, string attributeToGet ) : string

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

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

GetAddressAsync() публичный статический Метод

Gets the address of the current page.
public static GetAddressAsync ( this webView ) : Task
webView this The web view.
Результат Task

GetFavIconLink() публичный статический Метод

Gets the fav icon URI.
public static GetFavIconLink ( this webView ) : Task
webView this The web view.
Результат Task

GetHeadAsync() публичный статический Метод

Gets the HTML head inner string of the current page.
public static GetHeadAsync ( this webView ) : Task
webView this The web view.
Результат Task

GetTitleAsync() публичный статический Метод

Gets the title of the currently displayed page.
public static GetTitleAsync ( this webView ) : Task
webView this The web view.
Результат Task