The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
webview.MSWebViewUnviewableContentIdentified event
Raised when the WebView cannot find the content.
Syntax
function handler(eventInfo) { /* Your code */ } // addEventListener syntax webview.addEventListener("MSWebViewUnviewableContentIdentified", handler); webview.removeEventListener("MSWebViewUnviewableContentIdentified", handler);
Event information
| Synchronous | No |
|---|---|
| Bubbles | Yes |
| Cancelable | No |
Event handler parameters
- eventInfo
-
Type: Event
An object that contains information about the event. This exposes the following properties:
Property Description referrer Gets the Uniform Resource Identifier (URI) of the page that contains the link to the unviewable content. mediaType Gets the content type of the unviewable content.
Requirements
|
Minimum supported client |
Windows 10 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
None supported |
See also
Show: