Udostępnij za pośrednictwem


AcceptedAtActionResult(String, String, Object, Object) Konstruktor

Definicja

Inicjuje nowe wystąpienie obiektu AcceptedAtActionResult z podanymi wartościami.

public:
 AcceptedAtActionResult(System::String ^ actionName, System::String ^ controllerName, System::Object ^ routeValues, System::Object ^ value);
public AcceptedAtActionResult (string actionName, string controllerName, object routeValues, object value);
public AcceptedAtActionResult (string? actionName, string? controllerName, object? routeValues, object? value);
new Microsoft.AspNetCore.Mvc.AcceptedAtActionResult : string * string * obj * obj -> Microsoft.AspNetCore.Mvc.AcceptedAtActionResult
Public Sub New (actionName As String, controllerName As String, routeValues As Object, value As Object)

Parametry

actionName
String

Nazwa akcji, która ma być używana do generowania adresu URL.

controllerName
String

Nazwa kontrolera do użycia do generowania adresu URL.

routeValues
Object

Dane trasy do użycia do generowania adresu URL.

value
Object

Wartość do sformatowania w treści jednostki.

Dotyczy