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

Syntax

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

Parameters

Name Type Description
htmlHelper IHtmlHelper
partialViewName string
model object

Return Value

Type Description
Task