TopicTransformationCoreHtmlBlockAndDoNotParseTags Property
This read-only property is used to obtain an enumerable list of HTML block tags and those that should
not be parsed.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public (IEnumerable<string> BlockTags, IEnumerable<string> DoNotParseTags) HtmlBlockAndDoNotParseTags { get; }
Public ReadOnly Property HtmlBlockAndDoNotParseTags As (BlockTags As IEnumerable(Of String), DoNotParseTags As IEnumerable(Of String))
Get
public:
property ValueTuple<IEnumerable<String^>^, IEnumerable<String^>^> HtmlBlockAndDoNotParseTags {
ValueTuple<IEnumerable<String^>^, IEnumerable<String^>^> get ();
}
member HtmlBlockAndDoNotParseTags : ValueTuple<IEnumerable<string>, IEnumerable<string>> with get
Property Value
ValueTupleIEnumerableString,
IEnumerableStringA tuple containing an enumerable list of the block tags and do not parse tags
These are used by the Markdown to MAML converter to determine how to convert certain
elements to MAML.