AdaptiveMediaSourceDownloadResult.ContentType 属性

定义

获取或设置一个字符串,该字符串标识已下载资源的 MIME 内容类型。

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

属性值

String

Platform::String

winrt::hstring

标识已下载资源的 MIME 内容类型的字符串。

适用于