NavigationMenuAttribute constructor (1 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Web

Creates a new instance of the attribute

public NavigationMenuAttribute(string title, string icon = null)
parameter description
icon Icon
title Title

See Also


NavigationMenuAttribute constructor (2 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Web

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