共用方式為


HttpRequestBase.ContentLength 屬性

定義

在衍生類別中覆寫時,取得用戶端所送出的內容長度 (以位元組為單位)。

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

屬性值

Int32

用戶端所送出的內容長度 (以位元組為單位)。

例外狀況

適用於