Udostępnij za pośrednictwem


MediaTypeHeaderValue.Suffix Właściwość

Definicja

Pobiera sufiks składni ustrukturyzowanej, MediaTypeHeaderValue jeśli ma jeden. Zobacz dokumentację RFC dotyczącą składni strukturalnych.

public:
 property Microsoft::Extensions::Primitives::StringSegment Suffix { Microsoft::Extensions::Primitives::StringSegment get(); };
public Microsoft.Extensions.Primitives.StringSegment Suffix { get; }
member this.Suffix : Microsoft.Extensions.Primitives.StringSegment
Public ReadOnly Property Suffix As StringSegment

Wartość właściwości

Przykłady

Dla typu "application/vnd.example+json"nośnika właściwość daje wartość "json".

Dotyczy