Share via


AdaptiveMediaSourceDownloadResult.ContentType Eigenschaft

Definition

Ruft eine Zeichenfolge ab, die den MIME-Inhaltstyp der heruntergeladenen Ressource identifiziert, oder legt diese fest.

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentType();

void ContentType(winrt::hstring value);
public string ContentType { get; set; }
var string = adaptiveMediaSourceDownloadResult.contentType;
adaptiveMediaSourceDownloadResult.contentType = string;
Public Property ContentType As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Eine Zeichenfolge, die den MIME-Inhaltstyp der heruntergeladenen Ressource identifiziert.

Gilt für: