API Reference
Class
HtmlSemanticSection
One shared semantic section.
Inheritance
- Object
- HtmlSemanticSection
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
- Property HtmlSemanticDocument.Sections
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; } #Section title selected by shared heading, label, id, and document-title rules.
public IReadOnlyList<HtmlSemanticBlock> Blocks { get; } #Ordered blocks contained by this section.
public HtmlSemanticSourceLocation SourceLocation { get; } #Source provenance for the section container or first retained block.