Extensions Class

Summary

Extensions used by the views.
Assembly
Wyam.Docs.dll
Namespace
Wyam.Docs
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Extensions"] class Type type-node

Syntax

public static class Extensions

Methods

Name Value Summary
GenerateInfobarHeadings(IExecutionContext, IDocument) string
Generates links to each heading on a page and returns a string containing all of the links.
static
GetTypeLink(IExecutionContext, IMetadata) HtmlString
static
GetTypeLink(IExecutionContext, IMetadata, bool) HtmlString
static
GetTypeLink(IExecutionContext, IMetadata, string) HtmlString
static
GetTypeLink(IExecutionContext, IMetadata, string, bool) HtmlString
static
Name(IMetadata) HtmlString
static
GitHub