AcceptedAtActionResult.RouteValues Propiedad

Definición

Obtiene o establece los datos de ruta que se van a usar para generar la dirección URL.

public:
 property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ RouteValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get; set; }
public Microsoft.AspNetCore.Routing.RouteValueDictionary? RouteValues { get; set; }
member this.RouteValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property RouteValues As RouteValueDictionary

Valor de propiedad

Se aplica a