Show / Hide Table of Contents

    Class AssemblyCacheBusting

    Provides cache-busting capabilities from an Assembly. This class cannot be inherited.

    Inheritance
    System.Object
    CacheBusting
    AssemblyCacheBusting
    Implements
    ICacheBusting
    Namespace: Cuemon.AspNetCore.Mvc.Configuration
    Assembly: Cuemon.AspNetCore.Mvc.dll
    Syntax
    public sealed class AssemblyCacheBusting : CacheBusting, ICacheBusting

    Constructors

    | Improve this Doc

    AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions>)

    Initializes a new instance of the AssemblyCacheBusting class.

    Declaration
    public AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions> setup)
    Parameters
    Type Name Description
    Microsoft.Extensions.Options.IOptions<AssemblyCacheBustingOptions> setup

    The AssemblyCacheBustingOptions which need to be configured.

    Properties

    | Improve this Doc

    Version

    Gets the version to be a part of the link you need cache-busting compatible.

    Declaration
    public override string Version { get; }
    Property Value
    Type Description
    System.String

    The version to be a part of the link you need cache-busting compatible.

    Overrides
    CacheBusting.Version

    Implements

    ICacheBusting

    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>)

    See Also

    CacheBusting
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions>)
    • Properties
      • Version
    • Implements
    • Extension Methods
    • See Also
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX