View Source
Inheritance
System.Object
System.EventArgs
Assembly: Umbraco.Web.dll
public class MenuRenderingEventArgs : TreeRenderingEventArgs
Constructors
View Source
Declaration
public MenuRenderingEventArgs(string nodeId, MenuItemCollection menu, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
nodeId |
|
MenuItemCollection |
menu |
|
FormDataCollection |
queryStrings |
|
Properties
View Source
Declaration
public MenuItemCollection Menu { get; }
Property Value
View Source
The tree node id that the menu is rendering for
Declaration
public string NodeId { get; }
Property Value
Type |
Description |
System.String |
|