C# Class Liara.RouteAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: prasannavl/Liara

Public Methods

Method Description
RouteAttribute ( string routePath, string routeName = null, int priority ) : System

Method Details

RouteAttribute() public method

public RouteAttribute ( string routePath, string routeName = null, int priority ) : System
routePath string
routeName string
priority int
return System