AcceptedAtActionResult(String, String, Object, Object) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à.