Show / Hide Table of Contents

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

    Extension Methods

    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(Func<CdnUriScheme, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(Func<CdnUriScheme, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(Func<CdnUriScheme, DateTime>, Func<CdnUriScheme, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(DateTime, Func<CdnUriScheme, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<CdnUriScheme>(Func<CdnUriScheme, DateTime>, Byte[], Action<ContentTimeBasedOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX