NameValueHeaderValue.Name Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá název hlavičky.
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