共用方式為


OutgoingWebResponseContext.ContentLength 屬性

定義

取得或設定來自傳出 Web 回應的內容長度標頭。

public:
 property long ContentLength { long get(); void set(long value); };
public long ContentLength { get; set; }
member this.ContentLength : int64 with get, set
Public Property ContentLength As Long

屬性值

Int64

傳出之 Web 回應的內容長度標頭。

適用於