HtmlForgeX

API Reference

Enum

CdnProvider

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

Supported CDN providers for HtmlForgeX hosted assets.

Inheritance

  • Enum
  • CdnProvider

Usage

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

Values

public const CdnProvider JsDelivr #

Use jsDelivr GitHub CDN.

Value: 0
public const CdnProvider GitHubPages #

Use GitHub Pages (or a compatible static host).

Value: 1
public const CdnProvider Custom #

Use a custom base URL.

Value: 2
public const CdnProvider Evotec #

Use the Evotec HtmlForgeX mirror (cdnhfx.evotec.xyz).

Value: 3