IScriptContent interface
namespace: Serenity.Web assembly: Serenity.Net.Web
Cached dynamic script content
public interface IScriptContent
Members
| name | description |
|---|---|
| BrotliContent { get; } | Compressed Brotli content |
| CanCompress { get; } | Returns true if the content can be compressed |
| CompressedContent { get; } | Compressed Gzip content |
| Content { get; } | Uncompressed content |
| Hash { get; } | Hash of the cached content |
| Time { get; } | Time the cached content is generated at |
See Also
- Source: IScriptContent.cs