C# Class Cirno.Routing.Attributes.GetAttribute

Inheritance: Cirno.Routing.Attributes.ActionAttribute
Show file Open project: ravenmk3/Cirno

Public Methods

Method Description
GetAttribute ( ) : System
GetAttribute ( string template ) : System
GetAttribute ( string template, int order ) : System

Method Details

GetAttribute() public method

public GetAttribute ( ) : System
return System

GetAttribute() public method

public GetAttribute ( string template ) : System
template string
return System

GetAttribute() public method

public GetAttribute ( string template, int order ) : System
template string
order int
return System