AdaptiveMediaSourceDownloadResult.ContentType Propriété

Définition

Obtient ou définit une chaîne qui identifie le type de contenu MIME de la ressource téléchargée.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui identifie le type de contenu MIME de la ressource téléchargée.

S’applique à