Méthode | Description | |
---|---|---|
GetHandler ( string verb, string handlerRelativeUrl, IRepositoryFactory repositoryFactory ) : IDashboardHandler |
Gets the IDashboardHandler mapped to the route identified by the given verb and handler-relative URL.
|
|
GetRoute ( string verb, string handlerRelativeUrl ) : IDashboardRoute |
Gets the IDashboardRoute matching the given verb and handler-relative URL.
|
|
NormalizeHandlerRelativeUrl ( string handlerRelativeUrl ) : string |
Normalizes a handler-relative URL in preparation for route matching.
|
|
NormalizeVerb ( string verb ) : string |
Normalizes an HTTP verb in preparation for route matching.
|
public static GetHandler ( string verb, string handlerRelativeUrl, IRepositoryFactory repositoryFactory ) : IDashboardHandler | ||
verb | string | The verb to get the handler for. |
handlerRelativeUrl | string | The handler-relative URL to get the handler for. |
repositoryFactory | IRepositoryFactory | The repository factory to use when instantiating the handler. |
Résultat | IDashboardHandler |
public static GetRoute ( string verb, string handlerRelativeUrl ) : IDashboardRoute | ||
verb | string | The verb to get the route for. |
handlerRelativeUrl | string | The handler-relative URL to get the verb for. |
Résultat | IDashboardRoute |
public static NormalizeHandlerRelativeUrl ( string handlerRelativeUrl ) : string | ||
handlerRelativeUrl | string | The handler-relative URL to normalize. |
Résultat | string |
public static NormalizeVerb ( string verb ) : string | ||
verb | string | The HTTP verb string to normalize. |
Résultat | string |