WebViewUnviewableContentIdentifiedEventArgs.MediaType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = webViewUnviewableContentIdentifiedEventArgs.mediaType;
Public ReadOnly Property MediaType As String
Property Value
The media type of content that can't be viewed.