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