Search Results for

    Show / Hide Table of Contents
    View Source

    Class UrlHelperExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Trees
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public static class UrlHelperExtensions

    Methods

    View Source

    GetMenuUrl(IUrlHelper, UmbracoApiControllerTypeCollection, Type, String, FormCollection)

    Declaration
    public static string GetMenuUrl(this IUrlHelper urlHelper, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, Type treeType, string nodeId, FormCollection queryStrings)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.IUrlHelper urlHelper
    UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection
    System.Type treeType
    System.String nodeId
    Microsoft.AspNetCore.Http.FormCollection queryStrings
    Returns
    Type Description
    System.String
    View Source

    GetTreeUrl(IUrlHelper, UmbracoApiControllerTypeCollection, Type, String, FormCollection)

    Declaration
    public static string GetTreeUrl(this IUrlHelper urlHelper, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, Type treeType, string nodeId, FormCollection queryStrings)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.IUrlHelper urlHelper
    UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection
    System.Type treeType
    System.String nodeId
    Microsoft.AspNetCore.Http.FormCollection queryStrings
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetMenuUrl(IUrlHelper, UmbracoApiControllerTypeCollection, Type, String, FormCollection)
      • GetTreeUrl(IUrlHelper, UmbracoApiControllerTypeCollection, Type, String, FormCollection)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX