Condividi tramite


RouteValueAttribute(String, String) Costruttore

Definizione

Crea un nuovo oggetto RouteValueAttribute.

protected:
 RouteValueAttribute(System::String ^ routeKey, System::String ^ routeValue);
protected RouteValueAttribute (string routeKey, string routeValue);
new Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute : string * string -> Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute
Protected Sub New (routeKey As String, routeValue As String)

Parametri

routeKey
String

Chiave del valore di route.

routeValue
String

Valore di route previsto.

Si applica a