Click or drag to resize
IPageCacheDependencyBuilderTPageTypeCustom Method
Adds dependency based on custom key.

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

Parameters

key
Type: SystemString
Dependency cache key.

Return Value

Type: IPageCacheDependencyBuilderTPageType
See Also