MediaType.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of the MediaType.
public:
property Microsoft::Extensions::Primitives::StringSegment Type { Microsoft::Extensions::Primitives::StringSegment get(); };
public Microsoft.Extensions.Primitives.StringSegment Type { get; }
member this.Type : Microsoft.Extensions.Primitives.StringSegment
Public ReadOnly Property Type As StringSegment
Property Value
Examples
For the media type "application/json", this property gives the value "application".