共用方式為


ContentRangeHeaderValue.HasRange 屬性

定義

取得 Content-Range 是否已指定範圍。

public:
 property bool HasRange { bool get(); };
public bool HasRange { get; }
member this.HasRange : bool
Public ReadOnly Property HasRange As Boolean

屬性值

如果 Content-Range 已指定範圍,則為 true;否則為 false

適用於