DevUIOptions.ConfigureEndpoints 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 a callback invoked with the DevUI endpoint group so the
host can attach authorization, rate limiting, or other endpoint
conventions (for example
group.RequireAuthorization("DevUIPolicy")).
public Action<Microsoft.AspNetCore.Builder.IEndpointConventionBuilder>? ConfigureEndpoints { get; set; }
member this.ConfigureEndpoints : Action<Microsoft.AspNetCore.Builder.IEndpointConventionBuilder> with get, set
Public Property ConfigureEndpoints As Action(Of IEndpointConventionBuilder)