Show / Hide Table of Contents

    Class CacheBustingOptions

    Specifies options that is related to CacheBusting operations.

    Inheritance
    System.Object
    CacheBustingOptions
    AssemblyCacheBustingOptions
    DynamicCacheBustingOptions
    Namespace: Cuemon.AspNetCore.Mvc.Configuration
    Assembly: Cuemon.AspNetCore.Mvc.dll
    Syntax
    public class CacheBustingOptions

    Constructors

    | Improve this Doc

    CacheBustingOptions()

    Initializes a new instance of the CacheBustingOptions class.

    Declaration
    public CacheBustingOptions()
    Remarks

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

    PropertyInitial Value
    PreferredCasingLowerCase

    Properties

    | Improve this Doc

    PreferredCasing

    Gets or sets the preferred casing to use on Version.

    Declaration
    public CasingMethod PreferredCasing { get; set; }
    Property Value
    Type Description
    CasingMethod

    The preferred casing to use on Version.

    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