Share via


HttpPostedFileBase.ContentLength 속성

정의

파생 클래스에서 재정의된 경우 업로드된 파일의 크기(바이트)를 가져옵니다.

public:
 virtual property int ContentLength { int get(); };
public virtual int ContentLength { get; }
member this.ContentLength : int
Public Overridable ReadOnly Property ContentLength As Integer

속성 값

파일의 길이(바이트)입니다.

예외

적용 대상