Table of Contents

Class ModuleAttribute

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll

应用再Mvc模式中的特性,根据此特性匹配对应的Controller名称

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
public class ModuleAttribute : Attribute
Inheritance
ModuleAttribute
Inherited Members
Extension Methods

Properties

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int