Condividi tramite


AcceptedAtActionResult(String, String, Object, Object) Costruttore

Definizione

Inizializza una nuova istanza di AcceptedAtActionResult con i valori specificati.

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)

Parametri

actionName
String

Nome dell'azione da usare per generare l'URL.

controllerName
String

Nome del controller da usare per la generazione dell'URL.

routeValues
Object

Dati della route da usare per generare l'URL.

value
Object

Valore da formattare nel corpo dell'entità.

Si applica a