INamedRouter Interfaccia

Definizione

Interfaccia per un IRouter oggetto con un nome.

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
Derivato
Implementazioni

Proprietà

Name

Nome del router. Può essere null.

Metodi

GetVirtualPath(VirtualPathContext)

Restituisce l'URL associato ai dettagli della route forniti in context

(Ereditato da IRouter)
RouteAsync(RouteContext)

In modo asincrono viene eseguito il routing in base all'oggetto corrente context.

(Ereditato da IRouter)

Si applica a