IProblemDetailsWriter Interface
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.
Defines a type that write a ProblemDetails payload to the current Response.
C#
public interface IProblemDetailsWriter
type IProblemDetailsWriter = interface
Public Interface IProblemDetailsWriter
Can |
Determines whether this instance can write a ProblemDetails to the current context. |
Write |
Write a ProblemDetails response to the current context |
Product | Versions |
---|---|
ASP.NET Core | 7.0, 8.0, 9.0 |