Condividi tramite


RouteData.Route Proprietà

Definizione

Ottiene o imposta l'oggetto che rappresenta una route.

public:
 property System::Web::Routing::RouteBase ^ Route { System::Web::Routing::RouteBase ^ get(); void set(System::Web::Routing::RouteBase ^ value); };
public System.Web.Routing.RouteBase Route { get; set; }
member this.Route : System.Web.Routing.RouteBase with get, set
Public Property Route As RouteBase

Valore della proprietà

Oggetto che rappresenta la definizione della route.

Si applica a

Vedi anche