OutputHelper Class |
Namespace: CMS.OutputFilter
public class OutputHelper : AbstractHelper<OutputHelper>
The OutputHelper type exposes the following members.
Name | Description | |
---|---|---|
OutputHelper |
Name | Description | |
---|---|---|
AddNoClientCacheParameter |
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.
| |
AddNoClientCacheParameters |
Adds the parameter to disable client cache to the URLs of the page HTML code.
| |
AddToCache |
Adds the item to the cache
| |
AddToCacheInternal |
Adds the item to the cache
| |
EnableOutputCache |
Returns true if the output caching is enabled.
| |
EndRequest |
Ends the current request
| |
FileSystemOutputCacheMinutes |
Returns the number of minutes for which the output cache should be stored in the file system
| |
GetContextCacheString |
Gets the context cache string for the given set of items.
| |
GetOutputCacheKey |
Gets the output cache key for the request.
| |
GetOutputCacheKeyInternal |
Gets the output cache key for the request.
| |
GetVaryByCustomString |
Custom cache parameters processing.
| |
SaveOutputToCache |
Saves the output data to the cache.
| |
SaveOutputToCacheInternal |
Saves the output data to the cache.
| |
SendOutputFromCache |
Sends the page output from the output cache.
| |
SendOutputFromCacheInternal |
Sends the page output from the output cache.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) | |
SetCaching |
Sets the page caching.
| |
TryGetFromCache |
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
| |
TryGetFromCacheInternal |
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
CacheItemPriority |
Cache item priority.
|
Name | Description | |
---|---|---|
AvailableCacheItemNames |
Gets list of cache items supported by system
| |
CacheItems |
List of the cache key items separated by semicolon. Defaults to "username;sitename;lang;browser;cookielevel;deviceprofile". Other available values are: domain, viewmode
| |
ClearOutputCacheOnPostback |
If true, output cache is cleared on postback.
| |
UseOutputFilterCache |
Returns true if full client cache is enabled (no revalidation requests).
|