Click or drag to resize
OutputCacheKeyOptionsExtensions Class
IOutputCacheKeyOptions extension methods.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcOutputCacheKeyOptionsExtensions

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class OutputCacheKeyOptionsExtensions

The OutputCacheKeyOptionsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberVaryByBrowser
Ensures that output cache vary by browser type.
Public methodStatic memberVaryByCookieLevel
Ensures that output cache vary by cookie level.
Public methodStatic memberVaryByHost
Ensures that output cache vary by host name.
Public methodStatic memberVaryBySite
Ensures that output cache vary by site name.
Public methodStatic memberVaryByUser
Ensures that output cache vary by user.
Top
See Also