Search Results for

    Show / Hide Table of Contents

    Enum RouteDirection

    The direction of a route

    Namespace: Umbraco.Cms.Core.Routing
    Assembly: Umbraco.Core.dll
    Syntax
    public enum RouteDirection

    Fields

    Name Description
    Inbound

    An inbound route used to map a URL to a content item

    Outbound

    An outbound route used to generate a URL for a content item

    Extension Methods

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