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

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

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