語言

HttpHeadersNonValidated.Count 屬性

定義

取得集合中儲存的標頭數量。

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

屬性值

集合中的元素數量。

實作

備註

多個標頭值若與相同標頭名稱相關聯,在此計數中視為同一標頭。

適用於