HtmlForgeX

API Reference

Enum

CdnMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how CDN URLs are selected for Online library mode.

Inheritance

  • Enum
  • CdnMode

Values

public const CdnMode External #

Use the CDN URLs defined by each library (current behavior).

Value: 0
public const CdnMode HfxMirror #

Use the HtmlForgeX CDN for embedded resources to keep all assets on one CDN. Falls back to library-defined URLs when an embedded resource is missing.

Value: 1