INamedRouter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface for an IRouter with a name.
public interface class INamedRouter : Microsoft::AspNetCore::Routing::IRouter
public interface INamedRouter : Microsoft.AspNetCore.Routing.IRouter
type INamedRouter = interface
interface IRouter
Public Interface INamedRouter
Implements IRouter
- Derived
- Implements
Properties
Name |
The name of the router. Can be null. |
Methods
GetVirtualPath(VirtualPathContext) |
Returns the URL that is associated with the route details provided in |
RouteAsync(RouteContext) |
Asynchronously routes based on the current |