Condividi tramite


VirtualPathData.Route Proprietà

Definizione

Ottiene o imposta la route usata per creare l'URL.

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 route corrispondente ai parametri usati per generare un URL.

Si applica a

Vedi anche