C# Class Simplify.Web.Routing.ControllerPathParser

Provides controller path parser
Inheritance: IControllerPathParser
Afficher le fichier Open project: i4004/Simplify.Web Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string controllerPath ) : IControllerPath

Parses the specified controller path.

Private Methods

Méthode Description
ParseParameterType ( string typeData ) : Type

Method Details

Parse() public méthode

Parses the specified controller path.
/// Bad controller path: + controllerPath /// or ///
public Parse ( string controllerPath ) : IControllerPath
controllerPath string The controller path.
Résultat IControllerPath