HtmlKeys Class

Summary

Metadata keys for use with the various HTML processing modules.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["HtmlKeys"] class Type type-node

Syntax

public static class HtmlKeys

Fields

Name Constant Value Summary
Excerpt Excerpt
Contains the content of the first result from the query selector (unless an alternate metadata key is specified).
static
Headings Headings
Documents that represent the headings in each input document.
static
Id Id
The value of the id attribute of the current heading document if the heading contains one.
static
InnerHtml InnerHtml
Contains the inner HTML of the query result (unless an alternate metadata key is specified).
static
Level Level
The level of the heading of the current heading document.
static
OuterHtml OuterHtml
Contains the outer HTML of the query result (unless an alternate metadata key is specified).
static
TextContent TextContent
Contains the text content of the query result (unless an alternate metadata key is specified).
static
GitHub