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