View Source
Class UrlHelperExtensions
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public static class UrlHelperExtensions
Methods
View Source
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 |
|
| Type |
treeType |
|
| System.String |
nodeId |
|
| Microsoft.AspNetCore.Http.FormCollection |
queryStrings |
|
Returns
| Type |
Description |
| System.String |
|
View Source
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 |
|
| Type |
treeType |
|
| System.String |
nodeId |
|
| Microsoft.AspNetCore.Http.FormCollection |
queryStrings |
|
Returns
| Type |
Description |
| System.String |
|