PageRouteHandler Constructor (String^, Boolean)
Initializes a new instance of the PageRouteHandler class.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System::String^
The virtual path of the physical file of this Route object. The file must be located in the current application. Therefore, the path must begin with a tilde (~).
- checkPhysicalUrlAccess
-
Type:
System::Boolean
If this property is set to false, authorization rules will be applied to the request URL and not to the URL of the physical page. If this property is set to true, authorization rules will be applied to both the request URL and to the URL of the physical page.
| Exception | Condition |
|---|---|
| ArgumentException | The virtualPath parameter is null or is an empty string or does not start with "~/". |
By default, the CheckPhysicalUrlAccess property is true. Therefore, if you want authorization rules to be applied to both the URL of the physical page and to the route URL, you can use the PageRouteHandler(String^) constructor instead of this constructor.
Available since 4.0