Search Results for

    Show / Hide Table of Contents
    View Source

    Class DefaultUrlAssembler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Routing
    Assembly: Umbraco.Core.dll
    Syntax
    public class DefaultUrlAssembler : IUrlAssembler

    Constructors

    View Source

    DefaultUrlAssembler(UriUtility)

    Declaration
    public DefaultUrlAssembler(UriUtility uriUtility)
    Parameters
    Type Name Description
    UriUtility uriUtility

    Methods

    View Source

    AssembleUrl(String, Uri, UrlMode)

    Declaration
    public Uri AssembleUrl(string path, Uri current, UrlMode mode)
    Parameters
    Type Name Description
    System.String path
    Uri current
    UrlMode mode
    Returns
    Type Description
    Uri
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DefaultUrlAssembler(UriUtility)
    • Methods
      • AssembleUrl(String, Uri, UrlMode)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX