Table of Contents

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 = 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 (//).