다음을 통해 공유


HttpPostedFileWrapper.ContentType 속성

정의

업로드된 파일의 MIME 콘텐츠 형식을 가져옵니다.

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

속성 값

String

파일의 MIME 콘텐츠 형식입니다.

적용 대상