Bagikan melalui


MediaTypeHeaderValue.SubType Properti

Definisi

Mendapatkan subjenis dari 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

Nilai Properti

Contoh

Untuk jenis "application/vnd.example+json"media , properti memberikan nilai "vnd.example+json".

Keterangan

Lihat https://tools.ietf.org/html/rfc6838#section-4.2 untuk detail selengkapnya tentang subjenis.

Berlaku untuk