다음을 통해 공유


HttpPostedFileWrapper.ContentLength 속성

정의

업로드된 파일의 크기(바이트)를 가져옵니다.

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

속성 값

Int32

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

적용 대상