WebViewUnviewableContentIdentifiedEventArgs Class

Definition

Provides data for the WebView.UnviewableContentIdentified event.

public ref class WebViewUnviewableContentIdentifiedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebViewUnviewableContentIdentifiedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebViewUnviewableContentIdentifiedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebViewUnviewableContentIdentifiedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebViewUnviewableContentIdentifiedEventArgs
Public NotInheritable Class WebViewUnviewableContentIdentifiedEventArgs
Inheritance
Object Platform::Object IInspectable WebViewUnviewableContentIdentifiedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

MediaType

Gets the media type of content that can't be viewed.

Referrer

Gets the Uniform Resource Identifier (URI) of the page that contains the link to the unviewable content.

Uri

Gets the Uniform Resource Identifier (URI) of the content the WebView attempted to load.

Applies to

See also