API Reference
Class
HtmlRenderMetadata
Source document metadata retained by the shared renderer for output adapters.
Inheritance
- Object
- HtmlRenderMetadata
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 HtmlRenderDocument.Metadata
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; } #HTML document title, when present.
public String Language { get; } #HTML document language from lang or xml:lang, when present.
public HtmlRenderTextDirection Direction { get; } #Document-level direction retained for navigation-capable output adapters.
public String Author { get; } #Document author from supported HTML metadata names.
public String Subject { get; } #Document subject or description from supported HTML metadata names.
public String Keywords { get; } #Document keywords from supported HTML metadata names.
public String Creator { get; } #Source creator or generator from supported HTML metadata names.