메소드 | 설명 | |
---|---|---|
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.
|
public static GetAddressAsync ( this webView ) : Task |
||
webView | this | The web view. |
리턴 | Task |
public static GetFavIconLink ( this webView ) : Task |
||
webView | this | The web view. |
리턴 | Task |
public static GetHeadAsync ( this webView ) : Task |
||
webView | this | The web view. |
리턴 | Task |
public static GetTitleAsync ( this webView ) : Task |
||
webView | this | The web view. |
리턴 | Task |