IProblemDetailsWriter Interface
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.
Defines a type that write a ProblemDetails payload to the current Response.
public interface IProblemDetailsWriter
type IProblemDetailsWriter = interface
Public Interface IProblemDetailsWriter
Methods
CanWrite(ProblemDetailsContext) |
Determines whether this instance can write a ProblemDetails to the current context. |
WriteAsync(ProblemDetailsContext) |
Write a ProblemDetails response to the current context |