OutboundRouteEntry.Handler 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.
The IRouter to invoke when this entry matches.
public:
property Microsoft::AspNetCore::Routing::IRouter ^ Handler { Microsoft::AspNetCore::Routing::IRouter ^ get(); void set(Microsoft::AspNetCore::Routing::IRouter ^ value); };
public Microsoft.AspNetCore.Routing.IRouter Handler { get; set; }
member this.Handler : Microsoft.AspNetCore.Routing.IRouter with get, set
Public Property Handler As IRouter