Domain Detective

API Reference

Enum

ResourceCategory

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

Normalized resource category used for bucketing and summary stats.

Inheritance

  • Enum
  • ResourceCategory

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ResourceCategory Other #

Unrecognized or miscellaneous.

Value: 0
public const ResourceCategory Document #

Main HTML documents.

Value: 1
public const ResourceCategory Stylesheet #

CSS stylesheets.

Value: 2
public const ResourceCategory Script #

JavaScript files.

Value: 3
public const ResourceCategory Image #

Images (e.g., PNG, JPEG, SVG, GIF, WebP).

Value: 4
public const ResourceCategory Font #

Web fonts (e.g., WOFF/WOFF2/TTF/OTF).

Value: 5
public const ResourceCategory Json #

JSON resources.

Value: 6
{{ include "footer" }}