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 콘텐츠 형식을 식별하는 문자열입니다.

적용 대상