MapWhenOptions.Branch Propriété
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.
Branche prise pour une correspondance positive.
public:
property Microsoft::AspNetCore::Http::RequestDelegate ^ Branch { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
C#
public Microsoft.AspNetCore.Http.RequestDelegate Branch { get; set; }
C#
public Microsoft.AspNetCore.Http.RequestDelegate? Branch { get; set; }
member this.Branch : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property Branch As RequestDelegate
Produit | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |