WebViewUnviewableContentIdentifiedEventArgs Classe

Definizione

Fornisce dati per l'evento WebView.UnviewableContentIdentified .

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
Ereditarietà
Object Platform::Object IInspectable WebViewUnviewableContentIdentifiedEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Proprietà

MediaType

Ottiene il tipo di contenuto multimediale che non può essere visualizzato.

Referrer

Ottiene l'URI (Uniform Resource Identifier) della pagina contenente il collegamento al contenuto non visualizzabile.

Uri

Ottiene l'URI (Uniform Resource Identifier) del contenuto che webView ha tentato di caricare.

Si applica a

Vedi anche