IHtmlHelperExtensions Class
Namespace
Statiq.Razor
Base Types
  • object
graph BT Type-->Base0["object"] Type["IHtmlHelperExtensions"] class Type type-node

Syntax

public static class IHtmlHelperExtensions

Methods

Name Return Value Summary
CachedPartial(IHtmlHelper, string, object, object) IHtmlContent
static
CachedPartial(IHtmlHelper, string, object) IHtmlContent
static
CachedPartial(IHtmlHelper, string) IHtmlContent
static
CachedPartialAsync(IHtmlHelper, string, object, object) Task<IHtmlContent>
static
CachedPartialAsync(IHtmlHelper, string, object) Task<IHtmlContent>
static
CachedPartialAsync(IHtmlHelper, string) Task<IHtmlContent>
static
DocumentLink(IHtmlHelper, IDocument, bool, IDictionary<object, object>) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, bool) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, IDictionary<object, object>) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, bool, IDictionary<object, object>) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, bool) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, IDictionary<object, object>) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, string, bool, IDictionary<object, object>) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, string, bool) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, string, IDictionary<object, object>) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string, string) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument, string) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
DocumentLink(IHtmlHelper, IDocument) IHtmlContent
Gets an anchor HTML element for the specified document using the document destination. Note that you can optionally include the host or not depending on if you want to generate host-specific links. By default, the host is not included so that sites work the same on any server including the preview server.
static
RenderCachedPartial(IHtmlHelper, string, object, object) void
static
RenderCachedPartial(IHtmlHelper, string, object) void
static
RenderCachedPartial(IHtmlHelper, string) void
static
RenderCachedPartialAsync(IHtmlHelper, string, object, object) Task
static
RenderCachedPartialAsync(IHtmlHelper, string, object) Task
static
RenderCachedPartialAsync(IHtmlHelper, string) Task
static