HeaderCollection.Values Property

Definition

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)

Property Value

Implements

Applies to