net9.0
namespace Microsoft.AspNetCore.Mvc.Infrastructure
{
public sealed class DefaultProblemDetailsFactory : ProblemDetailsFactory
{
public override ValidationProblemDetails! CreateValidationProblemDetails(HttpContext! httpContext, ModelStateDictionary! modelStateDictionary, int? statusCode = default, string? title = null, string? type = null, string? detail = null, string? instance = null);
}
}
.NET | 9.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Mvc.Core , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Preview | The API is contained in a preview framework. |
Platform Restrictions | This API is supported on all platforms. |