Class UINavigationAttribute
Registers navigation to the administration page.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class UINavigationAttribute : Attribute
- Inheritance
-
objectAttributeUINavigationAttribute
- Extension Methods
Constructors
UINavigationAttribute(bool)
Initializes new instance of UINavigationAttribute.
public UINavigationAttribute(bool display)
Parameters
display
boolIndicates if the page is visible in the application navigation.
Properties
Display
Indicates if the page is visible in the application navigation.
public bool Display { get; }
Property Value
- bool