InboundRouteEntry.Handler Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le IRouter à appeler lorsque cette entrée correspond.
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