RenderCachedPartialAsync(IHtmlHelper, string) Method
Namespace
Statiq.Razor
Containing Type
IHtmlHelperExtensions

Syntax

public static Task RenderCachedPartialAsync(this IHtmlHelper htmlHelper, string partialViewName)

Parameters

Name Type Description
htmlHelper IHtmlHelper
partialViewName string

Return Value

Type Description
Task