다음을 통해 공유


DefaultProblemDetailsFactory.CreateProblemDetails 메서드

정의

ApiBehaviorOptions지정된 값에 따라 기본값을 구성하는 ProblemDetails 인스턴스를 만듭니다.

public override Microsoft.AspNetCore.Mvc.ProblemDetails CreateProblemDetails (Microsoft.AspNetCore.Http.HttpContext httpContext, int? statusCode = default, string? title = default, string? type = default, string? detail = default, string? instance = default);
override this.CreateProblemDetails : Microsoft.AspNetCore.Http.HttpContext * Nullable<int> * string * string * string * string -> Microsoft.AspNetCore.Mvc.ProblemDetails
Public Overrides Function CreateProblemDetails (httpContext As HttpContext, Optional statusCode As Nullable(Of Integer) = Nothing, Optional title As String = Nothing, Optional type As String = Nothing, Optional detail As String = Nothing, Optional instance As String = Nothing) As ProblemDetails

매개 변수

httpContext
HttpContext

HttpContext.

statusCode
Nullable<Int32>

Status값입니다.

title
String

Title값입니다.

type
String

Type값입니다.

detail
String

Detail값입니다.

instance
String

Instance값입니다.

반환

ProblemDetails 인스턴스입니다.

적용 대상