Enum CdnUriScheme
Defines protocol URI schemes for CDN related operations.
Namespace: Cuemon.AspNetCore.Razor.TagHelpers
Assembly: Cuemon.AspNetCore.Razor.TagHelpers.dll
Syntax
public enum CdnUriScheme
Fields
Name | Description |
---|---|
Http | Specifies that the URI scheme is Hypertext Transfer Protocol (HTTP). |
Https | Specifies that the URI scheme is Secure Hypertext Transfer Protocol (HTTPS). |
None | Specifies that the URI scheme is not defined. |
Relative | Specifies that the URI scheme is protocol-relative (//). |