Click or drag to resize
OutputHelper Class
Output helper.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperOutputHelper
        CMS.OutputFilterOutputHelper

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.2.23
Syntax
C#
public class OutputHelper : AbstractHelper<OutputHelper>

The OutputHelper type exposes the following members.

Constructors
  NameDescription
Public methodOutputHelper
Top
Methods
  NameDescription
Public methodStatic memberAddNoClientCacheParameter
Adds the parameter to disable client cache to the URLs of the page HTML code. Applies only on URLs with querystring or .aspx pages, except for .axd requests.
Public methodStatic memberAddNoClientCacheParameters
Adds the parameter to disable client cache to the URLs of the page HTML code.
Public methodStatic memberAddToCache
Adds the item to the cache
Protected methodAddToCacheInternal
Adds the item to the cache
Public methodStatic memberEnableOutputCache
Returns true if the output caching is enabled.
Public methodStatic memberEndRequest
Ends the current request
Public methodStatic memberFileSystemOutputCacheMinutes
Returns the number of minutes for which the output cache should be stored in the file system
Public methodStatic memberGetContextCacheString
Gets the context cache string for the given set of items.
Public methodStatic memberGetOutputCacheKey
Gets the output cache key for the request.
Protected methodGetOutputCacheKeyInternal
Gets the output cache key for the request.
Public methodStatic memberGetVaryByCustomString
Custom cache parameters processing.
Public methodStatic memberSaveOutputToCache
Saves the output data to the cache.
Protected methodSaveOutputToCacheInternal
Saves the output data to the cache.
Public methodStatic memberSendOutputFromCache
Sends the page output from the output cache.
Protected methodSendOutputFromCacheInternal
Sends the page output from the output cache.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberSetCaching
Sets the page caching.
Public methodStatic memberTryGetFromCache
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
Protected methodTryGetFromCacheInternal
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberCacheItemPriority
Cache item priority.
Top
Properties
  NameDescription
Public propertyStatic memberAvailableCacheItemNames
Gets list of cache items supported by system
Public propertyStatic memberCacheItems
List of the cache key items separated by semicolon. Defaults to "username;sitename;lang;browser;cookielevel;deviceprofile". Other available values are: domain, viewmode
Public propertyStatic memberClearOutputCacheOnPostback
If true, output cache is cleared on postback.
Public propertyStatic memberUseOutputFilterCache
Returns true if full client cache is enabled (no revalidation requests).
Top
See Also