C# Class RouteAttribute, Rabbit

Inheritance: System.Attribute
Mostrar archivo Open project: yysun/Rabbit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RouteAttribute ( bool isPost, string action ) : System

Method Details

RouteAttribute() public method

public RouteAttribute ( bool isPost, string action ) : System
isPost bool
action string
return System