RouteBase Class
Serves as the base class for all classes that represent an ASP.NET route.
Assembly: System.Web.Routing (in System.Web.Routing.dll)
'Declaration <AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ <AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ Public MustInherit Class RouteBase 'Usage Dim instance As RouteBase
The RouteBase class enables you to create customized classes for defining routes in your application. Typically, you will use the Route class when you define routes. The Route class derives from the RouteBase class. However, if you want to provide different functionality than what is provided by the Route class, you create a class that derives from RouteBase and implement the properties and methods that you need.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.