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

Syntax

public static IHtmlContent CachedPartial(this IHtmlHelper htmlHelper, string partialViewName, object model, object cacheKey)

Parameters

Name Type Description
htmlHelper IHtmlHelper
partialViewName string
model object
cacheKey object

Return Value

Type Description
IHtmlContent