C# Class Simplify.Web.Routing.ControllerPathParser

Provides controller path parser
Inheritance: IControllerPathParser
Exibir arquivo Open project: i4004/Simplify.Web Class Usage Examples

Public Methods

Method Description
Parse ( string controllerPath ) : IControllerPath

Parses the specified controller path.

Private Methods

Method Description
ParseParameterType ( string typeData ) : Type

Method Details

Parse() public method

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