We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d083341 commit 2a19f7cCopy full SHA for 2a19f7c
specs/GetFavicon.md
@@ -105,8 +105,8 @@ interface ICoreWebView2_10 : ICoreWebView2_9 {
105
[in] EventRegistrationToken token);
106
107
/// Get the current Uri of the favicon as a string.
108
- /// If value is null, then the return value is `E_POINTER`, otherwise it is `S_OK`.
109
- /// If a page has no favicon then value is an empty string.
+ /// If the value is null, then the return value is `E_POINTER`, otherwise it is `S_OK`.
+ /// If a page has no favicon then the value is an empty string.
110
[propget] HRESULT FaviconUri([out, retval] LPWSTR* value);
111
112
/// Async function for getting the actual image data of the favicon.
0 commit comments