MediaTypeHeaderValue.SubType Vlastnost

Definice

Získá podtyp objektu MediaTypeHeaderValue.

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

Hodnota vlastnosti

Příklady

Pro typ "application/vnd.example+json"média vlastnost dává hodnotu "vnd.example+json".

Poznámky

Další podrobnosti o podtypu najdete v tématu https://tools.ietf.org/html/rfc6838#section-4.2 .

Platí pro