StringWithQualityHeaderValue.Value 属性

定义

获取字符串标头值。

public:
 property System::String ^ Value { System::String ^ get(); };
public:
 property Microsoft::Extensions::Primitives::StringSegment Value { Microsoft::Extensions::Primitives::StringSegment get(); };
public string Value { get; }
public Microsoft.Extensions.Primitives.StringSegment Value { get; }
member this.Value : string
member this.Value : Microsoft.Extensions.Primitives.StringSegment
Public ReadOnly Property Value As String
Public ReadOnly Property Value As StringSegment

属性值

适用于