This documentation is archived and is not being maintained.
RouteCollection::MapPageRoute Method (String, String, String)
Visual Studio 2010
Provides a way to define routes for Web Forms applications.
Assembly: System.Web (in System.Web.dll)
Parameters
- routeName
- Type: System::String
The name of the route.
- routeUrl
- Type: System::String
The URL pattern for the route.
- physicalFile
- Type: System::String
The physical URL for the route.
This method is provided for coding convenience. It is equivalent to calling the Add method and passing a Route object that is created by using the PageRouteHandler class.
The following example shows how to define a route by using this method. The first statement defines a route that does not have a name. The second statement defines a named route. This example is part of a larger example that is available in the MapPageRoute method overview.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: