Share via


HttpPostedFileBase.ContentType 속성

정의

파생 클래스에서 재정의된 경우 업로드된 파일의 MIME 콘텐츠 형식을 가져옵니다.

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

속성 값

String

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

예외

적용 대상