AlertBlockKind Property

Gets or sets the kind of the alert block (e.g NOTE, TIP, IMPORTANT, WARNING, CAUTION).

Definition

Namespace: Sandcastle.Core.Markdown.Parsers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public StringSlice Kind { get; set; }

Property Value

StringSlice

Remarks

For the MAML alert, the type may be followed by an optional title

See Also