InboundMatch.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 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