ElementDo Not Parse Property
This is used to get or set whether or not to parse the element for Markdown content
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool DoNotParse { get; set; }VB
Public Property DoNotParse As Boolean
Get
SetC++
public:
property bool DoNotParse {
bool get ();
void set (bool value);
}F#
member DoNotParse : bool with get, set