Share via


IRouter Interface

Definition

Interface for implementing a router.

public interface class IRouter
public interface IRouter
type IRouter = interface
Public Interface IRouter
Derived

Methods

Name Description
GetVirtualPath(VirtualPathContext)

Returns the URL that is associated with the route details provided in context

RouteAsync(RouteContext)

Asynchronously routes based on the current context.

Applies to