DevUIOptions.ConfigureEndpoints Property

Definition

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)

Property Value

Applies to