Table of Contents

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

string
public string Logo { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int