NavigationSectionAttribute constructor (1 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Web

Creates a new instance of the class

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

See Also


NavigationSectionAttribute constructor (2 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Web

Creates a new instance of the class

public NavigationSectionAttribute(int order, string title, string icon = null)
parameter description
order Display order
title Title
icon Icon class

See Also