NameValueHeaderValue.Name Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the header name.
public:
 property System::String ^ Name { System::String ^ get(); };
	public:
 property Microsoft::Extensions::Primitives::StringSegment Name { Microsoft::Extensions::Primitives::StringSegment get(); };
	public string Name { get; }
	public Microsoft.Extensions.Primitives.StringSegment Name { get; }
	member this.Name : string
	member this.Name : Microsoft.Extensions.Primitives.StringSegment
	Public ReadOnly Property Name As String
	Public ReadOnly Property Name As StringSegment