Table of Contents

Class UrlHelperExtensions

Namespace
Umbraco.Cms.Web.BackOffice.Trees
Assembly
Umbraco.Web.BackOffice.dll
public static class UrlHelperExtensions
Inheritance
UrlHelperExtensions
Inherited Members

Methods

GetMenuUrl(IUrlHelper, UmbracoApiControllerTypeCollection, Type, string, FormCollection?)

public static string GetMenuUrl(this IUrlHelper urlHelper, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, Type treeType, string nodeId, FormCollection? queryStrings)

Parameters

urlHelper IUrlHelper
umbracoApiControllerTypeCollection UmbracoApiControllerTypeCollection
treeType Type
nodeId string
queryStrings FormCollection

Returns

string

GetTreeUrl(IUrlHelper, UmbracoApiControllerTypeCollection, Type, string, FormCollection?)

public static string GetTreeUrl(this IUrlHelper urlHelper, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, Type treeType, string nodeId, FormCollection? queryStrings)

Parameters

urlHelper IUrlHelper
umbracoApiControllerTypeCollection UmbracoApiControllerTypeCollection
treeType Type
nodeId string
queryStrings FormCollection

Returns

string