Click or drag to resize
IOutputCacheKeyName Property
Defines a unique name for a cache key.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
string Name { get; }

Property Value

Type: String
Remarks
Name is used as a prefix for resulting cache key GetVaryByCustomString(HttpContextBase, String).
See Also