ProblemDetailsContext.ProblemDetails 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.
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