WebViewControlUnviewableContentIdentifiedEventArgs.MediaType Property

Definition

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

public:
 property Platform::String ^ MediaType { Platform::String ^ get(); };
winrt::hstring MediaType();
public string MediaType { get; }
var string = webViewControlUnviewableContentIdentifiedEventArgs.mediaType;
Public ReadOnly Property MediaType As String

Property Value

String

Platform::String

winrt::hstring

The media type of content that can't be viewed.

Applies to