InboundMatch.Entry Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el InboundRouteEntry.
public:
property Microsoft::AspNetCore::Routing::Tree::InboundRouteEntry ^ Entry { Microsoft::AspNetCore::Routing::Tree::InboundRouteEntry ^ get(); void set(Microsoft::AspNetCore::Routing::Tree::InboundRouteEntry ^ value); };
public Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry Entry { get; set; }
member this.Entry : Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry with get, set
Public Property Entry As InboundRouteEntry