OutboundMatch.Entry Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o OutboundRouteEntry.
public:
property Microsoft::AspNetCore::Routing::Tree::OutboundRouteEntry ^ Entry { Microsoft::AspNetCore::Routing::Tree::OutboundRouteEntry ^ get(); void set(Microsoft::AspNetCore::Routing::Tree::OutboundRouteEntry ^ value); };
public Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry Entry { get; set; }
member this.Entry : Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry with get, set
Public Property Entry As OutboundRouteEntry