Share via


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)

属性值

实现

适用于