TreeRouteBuilder.MapInbound(IRouter, RouteTemplate, String, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge una nuova route in ingresso all'oggetto TreeRouter.
public:
Microsoft::AspNetCore::Routing::Tree::InboundRouteEntry ^ MapInbound(Microsoft::AspNetCore::Routing::IRouter ^ handler, Microsoft::AspNetCore::Routing::Template::RouteTemplate ^ routeTemplate, System::String ^ routeName, int order);
public Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry MapInbound (Microsoft.AspNetCore.Routing.IRouter handler, Microsoft.AspNetCore.Routing.Template.RouteTemplate routeTemplate, string routeName, int order);
member this.MapInbound : Microsoft.AspNetCore.Routing.IRouter * Microsoft.AspNetCore.Routing.Template.RouteTemplate * string * int -> Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry
Public Function MapInbound (handler As IRouter, routeTemplate As RouteTemplate, routeName As String, order As Integer) As InboundRouteEntry
Parametri
- routeTemplate
- RouteTemplate
Oggetto RouteTemplate della route.
- routeName
- String
Nome della route.
- order
- Int32
Ordine della route.
Restituisce
Oggetto InboundRouteEntry.