Click or drag to resize
IPageCacheDependencyBuilderTPageTypePages Method (String)
Adds dependency on all pages of given page type.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
IPageCacheDependencyBuilder<TPageType> Pages(
	string className
)

Parameters

className
Type: SystemString
Class name of the page type.

Return Value

Type: IPageCacheDependencyBuilderTPageType
See Also