Search Results for

    Show / Hide Table of Contents

    Enum BundleOptions

    Namespace: Umbraco.Cms.Core.Manifest
    Assembly: Umbraco.Core.dll
    Syntax
    public enum BundleOptions

    Fields

    Name Description
    Default

    The default bundling behavior for assets in the package folder.

    Independent

    The packages assets will be processed as it's own separate bundle. (in debug, files will not be processed)

    None

    The assets in the package will not be processed at all and will all be requested as individual assets.

    Extension Methods

    DictionaryExtensions.MergeLeft<BundleOptions, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<BundleOptions, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<BundleOptions>()
    ObjectExtensions.AsEnumerableOfOne<BundleOptions>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<BundleOptions, TProperty, TVal>(Expression<Func<BundleOptions, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<BundleOptions, TProperty>(Expression<Func<BundleOptions, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX