HtmlForgeX

API Reference

Enum

CodeRunStyle

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

Code run rendering style.

Inheritance

  • Enum
  • CodeRunStyle

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

Accepted by parameters

Values

public const CodeRunStyle Code #

Render using a <code> element.

Value: 0
public const CodeRunStyle Keyboard #

Render using a <kbd> element.

Value: 1