Enum ProtocolUriScheme
- Namespace
- Cuemon.AspNetCore.Razor.TagHelpers
- Assembly
- Cuemon.AspNetCore.Razor.TagHelpers.dll
Defines protocol URI schemes for static resource related operations.
public enum ProtocolUriSchemeFields
- Http = 2
- Specifies that the URI scheme is Hypertext Transfer Protocol (HTTP). 
- Https = 3
- Specifies that the URI scheme is Secure Hypertext Transfer Protocol (HTTPS). 
- None = 0
- Specifies that the URI scheme is not defined. 
- Relative = 1
- Specifies that the URI scheme is protocol-relative (//).