Show / Hide Table of Contents

    Class CdnTagHelperOptions

    Configuration options for CdnTagHelper.

    Inheritance
    System.Object
    CdnTagHelperOptions
    Namespace: Cuemon.AspNetCore.Razor.TagHelpers
    Assembly: Cuemon.AspNetCore.Razor.TagHelpers.dll
    Syntax
    public class CdnTagHelperOptions

    Constructors

    | Improve this Doc

    CdnTagHelperOptions()

    Initializes a new instance of the CdnTagHelperOptions class.

    Declaration
    public CdnTagHelperOptions()
    Remarks

    The following table shows the initial property values for an instance of CdnTagHelperOptions.

    PropertyInitial Value
    SchemeRelative
    BaseUrlnull

    Properties

    | Improve this Doc

    BaseUrl

    Gets or sets the base URL of these options.

    Declaration
    public string BaseUrl { get; set; }
    Property Value
    Type Description
    System.String

    The base URL of these options.

    | Improve this Doc

    Scheme

    Gets or sets the CdnUriScheme of these options.

    Declaration
    public CdnUriScheme Scheme { get; set; }
    Property Value
    Type Description
    CdnUriScheme

    The CdnUriScheme of these options.

    Extension Methods

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