ContentHashCache.CDNSettings class
namespace: Serenity.Web assembly: Serenity.Net.Web
CDN settings for content hash cache
public class CDNSettings
Public Members
| name | description |
|---|---|
| CDNSettings() | The default constructor. |
| Enabled { get; set; } | Is CDN enabled |
| Exclude { get; set; } | List of exclude patterns |
| HttpsUrl { get; set; } | HTTPS URL for the CDN |
| Include { get; set; } | List of include patterns |
| Url { get; set; } | The CDN URL |
See Also
- class ContentHashCache