Click or drag to resize
IPageCacheDependencyBuilderTPageTypePageType Method
Adds dependency based on 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> PageType(
	string className
)

Parameters

className
Type: SystemString
Class name representing the page type.

Return Value

Type: IPageCacheDependencyBuilderTPageType
See Also