ProblemDetailsOptions.CustomizeProblemDetails Property

Definition

The operation that customizes the current ProblemDetails instance.

public Action<Microsoft.AspNetCore.Http.ProblemDetailsContext>? CustomizeProblemDetails { get; set; }
member this.CustomizeProblemDetails : Action<Microsoft.AspNetCore.Http.ProblemDetailsContext> with get, set
Public Property CustomizeProblemDetails As Action(Of ProblemDetailsContext)

Property Value

Applies to