MapOptions.Branch 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 branch taken for a positive match.
public:
property Microsoft::AspNetCore::Http::RequestDelegate ^ Branch { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate Branch { get; set; }
public Microsoft.AspNetCore.Http.RequestDelegate? Branch { get; set; }
member this.Branch : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property Branch As RequestDelegate