ProblemDetailsContext.ProblemDetails Property

Definition

An instance of ProblemDetails that will be used during the response payload generation.

public Microsoft.AspNetCore.Mvc.ProblemDetails ProblemDetails { get; init; }
public Microsoft.AspNetCore.Mvc.ProblemDetails ProblemDetails { get; set; }
member this.ProblemDetails : Microsoft.AspNetCore.Mvc.ProblemDetails with get, set
Public Property ProblemDetails As ProblemDetails

Property Value

Applies to