OutgoingWebResponseContext.ContentLength 属性

定义

获取或设置传出 Web 响应的内容长度标头。Gets or sets the content length header from the outgoing Web response.

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 响应的内容长度标头。The content length header of the outgoing Web response.

适用于