Compartir a través de


AdaptiveMediaSourceDownloadResult.ContentType Propiedad

Definición

Obtiene o establece una cadena que identifica el tipo de contenido MIME del recurso descargado.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Cadena que identifica el tipo de contenido MIME del recurso descargado.

Se aplica a