Domain Detective

API Reference

Enum

MediaSupertype

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Values

public const MediaSupertype Unknown #

Unknown or unspecified.

Value: 0
public const MediaSupertype Text #

Textual content (e.g., text/html, text/plain).

Value: 1
public const MediaSupertype Image #

Image content (e.g., image/png, image/jpeg).

Value: 2
public const MediaSupertype Audio #

Audio content.

Value: 3
public const MediaSupertype Video #

Video content.

Value: 4
public const MediaSupertype Application #

Application data (e.g., application/json, application/javascript).

Value: 5
public const MediaSupertype Multipart #

Multipart content.

Value: 6
{{ include "footer" }}