C# Class ALE.Http.Routing

Afficher le fichier Open project: blesh/ALE

Méthodes publiques

Свойство Type Description
Routes List

Méthodes publiques

Méthode Description
Add ( string path, Type controllerType, string methodName ) : void
Handler ( IContext context, System.Action next ) : void

Method Details

Add() public static méthode

public static Add ( string path, Type controllerType, string methodName ) : void
path string
controllerType System.Type
methodName string
Résultat void

Handler() public static méthode

public static Handler ( IContext context, System.Action next ) : void
context IContext
next System.Action
Résultat void

Property Details

Routes public_oe static_oe property

Holds all routes to be checked.
public static List Routes
Résultat List