Share via


MediaType.SubType Property

Definition

Gets the subtype of the MediaType.

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

Property Value

Examples

For the media type "application/vnd.example+json", this property gives the value "vnd.example+json".

Applies to