C# 클래스 WinRTXamlToolkit.Controls.Extensions.WebViewExtensions

Extension methods for WebView control.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

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