NavigationMenuAttribute constructor (1 of 2)
namespace: Serenity.Navigation assembly: Serenity.Net.Core
Creates a new instance of the attribute
public NavigationMenuAttribute(string title, string icon = null)
| parameter | description |
|---|---|
| icon | Icon |
| title | Title |
See Also
- class NavigationMenuAttribute
NavigationMenuAttribute constructor (2 of 2)
namespace: Serenity.Navigation assembly: Serenity.Net.Core
Creates a new instance of the attribute
public NavigationMenuAttribute(int order, string title, string icon = null)
| parameter | description |
|---|---|
| order | Order |
| icon | Icon |
| title | Title |
See Also
- class NavigationMenuAttribute