다음을 통해 공유


UrlSyndicationContent.Type 속성

정의

UrlSyndicationContent의 콘텐츠 형식을 가져옵니다.

public:
 virtual property System::String ^ Type { System::String ^ get(); };
public override string Type { get; }
member this.Type : string
Public Overrides ReadOnly Property Type As String

속성 값

String

UrlSyndicationContent의 콘텐츠 형식입니다.

설명

콘텐츠 형식은 RFC 2046에 정의된 대로 알려진 모든 MIME 형식 값으로 설정할 수 있습니다.

적용 대상