HttpPostedFile.ContentLength 속성

정의

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

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

속성 값

Int32

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

적용 대상

추가 정보