Click or drag to resize
AdvancedGetFileServiceGetCachedOutputData Method
Gets the cached data for the current request.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
protected virtual byte[] GetCachedOutputData()

Return Value

Type: Byte
Returns null if no data is cached
See Also