View Source
Class UrlHelperExtensions
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public static class UrlHelperExtensions
Methods
View Source
Declaration
public static string GetMenuUrl(this UrlHelper urlHelper, Type treeType, string nodeId, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
UrlHelper |
urlHelper |
|
System.Type |
treeType |
|
System.String |
nodeId |
|
FormDataCollection |
queryStrings |
|
Returns
Type |
Description |
System.String |
|
View Source
Declaration
public static string GetTreeUrl(this UrlHelper urlHelper, Type treeType, string nodeId, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
UrlHelper |
urlHelper |
|
System.Type |
treeType |
|
System.String |
nodeId |
|
FormDataCollection |
queryStrings |
|
Returns
Type |
Description |
System.String |
|