Condividi tramite


CreatedAtActionResult(String, String, Object, Object) Costruttore

Definizione

Inizializza una nuova istanza di CreatedAtActionResult con i valori specificati.

public:
 CreatedAtActionResult(System::String ^ actionName, System::String ^ controllerName, System::Object ^ routeValues, System::Object ^ value);
public CreatedAtActionResult (string actionName, string controllerName, object routeValues, object value);
public CreatedAtActionResult (string? actionName, string? controllerName, object? routeValues, object? value);
new Microsoft.AspNetCore.Mvc.CreatedAtActionResult : string * string * obj * obj -> Microsoft.AspNetCore.Mvc.CreatedAtActionResult
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