Skip to content

NavigationLinkAttribute class

namespace: Serenity.Navigation   assemblySerenity.Net.Web

A navigation item with a link.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class NavigationLinkAttribute : NavigationItemAttribute

Public Members

name description
NavigationLinkAttribute(…) Initializes a new instance of the NavigationLinkAttribute class. (4 constructors)
static GetFeaturesFromController(…) Tries to extract features from a controller action.
static GetPermissionFromController(…) Tries to extract the permission from a controller action.
static GetUrlFromController(…) Tries to extract the URL from a controller action.

See Also