Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RouteMatcher"/> class.
 /// </summary>
 /// <param name="controllerPathParser">The controller path parser.</param>
 public RouteMatcher(IControllerPathParser controllerPathParser)
 {
     _controllerPathParser = controllerPathParser;
 }
Exemple #2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="RouteMatcher"/> class.
		/// </summary>
		/// <param name="controllerPathParser">The controller path parser.</param>
		public RouteMatcher(IControllerPathParser controllerPathParser)
		{
			_controllerPathParser = controllerPathParser;
		}