API Reference
Enum
MediaSupertype
High-level classification of media types derived from Content-Type.
Inheritance
- Enum
- MediaSupertype
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field MediaSupertype.Application
- Field MediaSupertype.Audio
- Field MediaSupertype.Image
- Field MediaSupertype.Multipart
- Field MediaSupertype.Text
- Field MediaSupertype.Unknown
- Field MediaSupertype.Video
- Property StaticRequest.ContentSupertype
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const MediaSupertype Application #Application data (e.g., application/json, application/javascript).
Value:
5