Search Results for

    Show / Hide Table of Contents

    Enum UrlMode

    Specifies the type of URLs that the URL provider should produce, Auto is the default.

    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public enum UrlMode

    Fields

    Name Description
    Absolute

    Indicates that the URL provider should produce absolute URLs exclusively.

    Auto

    Indicates that the URL provider should determine automatically whether to return relative or absolute URLs.

    Default

    Indicates that the URL provider should do what it has been configured to do.

    Relative

    Indicates that the URL provider should produce relative URLs exclusively.

    Extension Methods

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