View Source
Class CommonTreeNodeMapper
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class CommonTreeNodeMapper
Constructors
View Source
CommonTreeNodeMapper(LinkGenerator)
Declaration
public CommonTreeNodeMapper(LinkGenerator linkGenerator)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Routing.LinkGenerator |
linkGenerator |
|
Methods
View Source
GetTreeNodeUrl<TController>(IContentBase)
Declaration
public string GetTreeNodeUrl<TController>(IContentBase source)
where TController : UmbracoApiController, ITreeNodeController
Parameters
| Type |
Name |
Description |
| IContentBase |
source |
|
Returns
| Type |
Description |
| System.String |
|
Type Parameters
| Name |
Description |
| TController |
|