다음을 통해 공유


MimeTypeAttribute.MimeType 속성

요청의 MIME 형식을 가져옵니다.

네임스페이스:  System.Data.Services
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Public ReadOnly Property MimeType As String
    Get
‘사용 방법
Dim instance As MimeTypeAttribute
Dim value As String

value = instance.MimeType
public string MimeType { get; }
public:
property String^ MimeType {
    String^ get ();
}
member MimeType : string
function get MimeType () : String

속성 값

유형: System.String
MIME 형식을 포함하는 문자열입니다.

참고 항목

참조

MimeTypeAttribute 클래스

System.Data.Services 네임스페이스