Udostępnij za pośrednictwem


ControllerBase.Problem Metoda

Definicja

Przeciążenia

Problem(String, String, Nullable<Int32>, String, String)

Tworzy ObjectResult, który generuje odpowiedź ProblemDetails.

Problem(String, String, Nullable<Int32>, String, String, IDictionary<String,Object>)

Tworzy ObjectResult, który generuje odpowiedź ProblemDetails.

Problem(String, String, Nullable<Int32>, String, String)

Źródło:
ControllerBase.cs

Tworzy ObjectResult, który generuje odpowiedź ProblemDetails.

[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem (string detail = default, string instance = default, int? statusCode = default, string title = default, string type = default);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem (string? detail = default, string? instance = default, int? statusCode = default, string? title = default, string? type = default);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem (string? detail, string? instance, int? statusCode, string? title, string? type);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Problem : string * string * Nullable<int> * string * string -> Microsoft.AspNetCore.Mvc.ObjectResult
override this.Problem : string * string * Nullable<int> * string * string -> Microsoft.AspNetCore.Mvc.ObjectResult
Public Overridable Function Problem (Optional detail As String = Nothing, Optional instance As String = Nothing, Optional statusCode As Nullable(Of Integer) = Nothing, Optional title As String = Nothing, Optional type As String = Nothing) As ObjectResult
Public Overridable Function Problem (detail As String, instance As String, statusCode As Nullable(Of Integer), title As String, type As String) As ObjectResult

Parametry

detail
String

Wartość Detail.

instance
String

Wartość Instance.

statusCode
Nullable<Int32>

Wartość Status.

title
String

Wartość Title.

type
String

Wartość Type.

Zwraca

Utworzona ObjectResult odpowiedzi.

Atrybuty

Dotyczy

Problem(String, String, Nullable<Int32>, String, String, IDictionary<String,Object>)

Tworzy ObjectResult, który generuje odpowiedź ProblemDetails.

[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem (string? detail = default, string? instance = default, int? statusCode = default, string? title = default, string? type = default, System.Collections.Generic.IDictionary<string,object?>? extensions = default);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Problem : string * string * Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Mvc.ObjectResult
override this.Problem : string * string * Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Mvc.ObjectResult
Public Overridable Function Problem (Optional detail As String = Nothing, Optional instance As String = Nothing, Optional statusCode As Nullable(Of Integer) = Nothing, Optional title As String = Nothing, Optional type As String = Nothing, Optional extensions As IDictionary(Of String, Object) = Nothing) As ObjectResult

Parametry

detail
String

Wartość Detail.

instance
String

Wartość Instance.

statusCode
Nullable<Int32>

Wartość Status.

title
String

Wartość Title.

type
String

Wartość Type.

extensions
IDictionary<String,Object>

Wartość Extensions.

Zwraca

Utworzona ObjectResult odpowiedzi.

Atrybuty

Dotyczy