IRouteCollection Interfaccia

Definizione

Interfaccia per un router che supporta l'aggiunta di nuove route.

public interface class IRouteCollection : Microsoft::AspNetCore::Routing::IRouter
public interface IRouteCollection : Microsoft.AspNetCore.Routing.IRouter
type IRouteCollection = interface
    interface IRouter
Public Interface IRouteCollection
Implements IRouter
Derivato
Implementazioni

Metodi

Add(IRouter)

Aggiunge la raccolta di route definite in router.

GetVirtualPath(VirtualPathContext)

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

(Ereditato da IRouter)
RouteAsync(RouteContext)

Route asincrone basate sull'oggetto corrente context.

(Ereditato da IRouter)

Si applica a