OutboundMatch.Entry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the 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