共用方式為


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 內容類型的字串。

適用於