OutputHelper MembersKentico 8.0 API Reference
The OutputHelper type exposes the following members.
Constructors

  NameDescription
Public methodOutputHelper
Back to 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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberFileSystemOutputCacheMinutes
Returns the number of minutes for which the output cache should be stored in the file system
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetContextCacheString
Gets the context cache string for the given set of items.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetOutputCacheKey
Gets the output cache key for the request.
Protected methodGetOutputCacheKeyInternal
Gets the output cache key for the request.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberGetVaryByCustomString
Custom cache parameters processing.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 AbstractHelper HelperType .)
Public methodStatic memberSetCaching
Sets the page caching.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
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.
Back to Top
Extension Methods

  NameDescription
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.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberCacheItemPriority
Cache item priority.
Back to 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).
Back to Top
See Also