Class ActionAttribute
- Namespace
- System
- Assembly
- HeBianGu.Service.Mvc.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class ActionAttribute : Attribute
- Inheritance
-
ActionAttribute
- Inherited Members
- Extension Methods
Properties
DisplayName
public string DisplayName { get; set; }
Property Value
Logo
public string Logo { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Order
public int Order { get; set; }