共用方式為


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

屬性值

檔案的長度 (以位元組為單位)。

適用於