IRouter Interface
Definition
Interface for implementing a router.
public interface class IRouter
public interface IRouter
type IRouter = interface
Public Interface IRouter
- Derived
Methods
GetVirtualPath(VirtualPathContext) |
Returns the URL that is assicated with the route details provided in |
RouteAsync(RouteContext) |
Asynchronously routes based on the current |