HeaderDictionary.Values 屬性

定義

取得這個實例中的 HTTP 標頭值集合。

public:
 property System::Collections::Generic::ICollection<Microsoft::Extensions::Primitives::StringValues> ^ Values { System::Collections::Generic::ICollection<Microsoft::Extensions::Primitives::StringValues> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Extensions.Primitives.StringValues> Values { get; }
member this.Values : System.Collections.Generic.ICollection<Microsoft.Extensions.Primitives.StringValues>
Public ReadOnly Property Values As ICollection(Of StringValues)

屬性值

實作

適用於