• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Struct BundlingOptions

    Namespace: Umbraco.Cms.Core.WebAssets
    Assembly: Umbraco.Core.dll
    Syntax
    public struct BundlingOptions

    Constructors

    View Source

    BundlingOptions(Boolean, Boolean)

    Declaration
    public BundlingOptions(bool optimizeOutput = true, bool enabledCompositeFiles = true)
    Parameters
    Type Name Description
    System.Boolean optimizeOutput
    System.Boolean enabledCompositeFiles

    Properties

    View Source

    EnabledCompositeFiles

    If true, the files in the bundle will be combined, if false the files will be served as individual files.

    Declaration
    public readonly bool EnabledCompositeFiles { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    NotOptimizedAndComposite

    Declaration
    public static readonly BundlingOptions NotOptimizedAndComposite { get; }
    Property Value
    Type Description
    BundlingOptions
    View Source

    NotOptimizedNotComposite

    Declaration
    public static readonly BundlingOptions NotOptimizedNotComposite { get; }
    Property Value
    Type Description
    BundlingOptions
    View Source

    OptimizedAndComposite

    Declaration
    public static readonly BundlingOptions OptimizedAndComposite { get; }
    Property Value
    Type Description
    BundlingOptions
    View Source

    OptimizedNotComposite

    Declaration
    public static readonly BundlingOptions OptimizedNotComposite { get; }
    Property Value
    Type Description
    BundlingOptions
    View Source

    OptimizeOutput

    If true, the files in the bundle will be minified

    Declaration
    public readonly bool OptimizeOutput { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    View Source

    Equals(BundlingOptions)

    Declaration
    public bool Equals(BundlingOptions other)
    Parameters
    Type Name Description
    BundlingOptions other
    Returns
    Type Description
    System.Boolean
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Operators

    View Source

    Equality(BundlingOptions, BundlingOptions)

    Declaration
    public static bool operator ==(BundlingOptions left, BundlingOptions right)
    Parameters
    Type Name Description
    BundlingOptions left
    BundlingOptions right
    Returns
    Type Description
    System.Boolean
    View Source

    Inequality(BundlingOptions, BundlingOptions)

    Declaration
    public static bool operator !=(BundlingOptions left, BundlingOptions right)
    Parameters
    Type Name Description
    BundlingOptions left
    BundlingOptions right
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BundlingOptions(Boolean, Boolean)
    • Properties
      • EnabledCompositeFiles
      • NotOptimizedAndComposite
      • NotOptimizedNotComposite
      • OptimizedAndComposite
      • OptimizedNotComposite
      • OptimizeOutput
    • Methods
      • Equals(Object)
      • Equals(BundlingOptions)
      • GetHashCode()
    • Operators
      • Equality(BundlingOptions, BundlingOptions)
      • Inequality(BundlingOptions, BundlingOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX