Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
.NET Framework Class Library
System.Web.Routing Namespace

The System.Web.Routing namespace provides classes that are used with URL routing, which enables you to use URLs that do not map to a physical file.

  ClassDescription
Public classHttpMethodConstraint Enables you to define which HTTP verbs are allowed when ASP.NET routing determines whether a URL matches a route.
Public classRequestContextEncapsulates information about an HTTP request that matches a defined route.
Public classRoute Provides properties and methods for defining a route and for obtaining information about the route.
Public classRouteBase Serves as the base class for all classes that represent an ASP.NET route.
Public classRouteCollectionProvides a collection of routes for ASP.NET routing.
Public classRouteData Encapsulates information about a route.
Public classRouteTable Stores the URL routes for an application.
Public classRouteValueDictionary Represents a case-insensitive collection of key/value pairs that you use in various places in the routing framework, such as when you define the default values for a route or when you generate a URL that is based on a route.
Public classStopRoutingHandler Provides a way to specify that ASP.NET routing should not handle requests for a URL pattern.
Public classUrlRoutingHandler Serves as base class for classes that enable you to customize how ASP.NET routing processes a request.
Public classUrlRoutingModule Matches a URL request to a defined route.
Public classVirtualPathData Represents information about the route and virtual path that are the result of generating a URL with the ASP.NET routing framework.
  InterfaceDescription
Public interfaceIRouteConstraint Defines the contract that a class must implement in order to check whether a URL parameter value is valid for a constraint.
Public interfaceIRouteHandler Defines the contract that a class must implement in order to process a request for a matching route pattern.
  EnumerationDescription
Public enumerationRouteDirection Indicates whether ASP.NET routing is processing a URL from a client or generating a URL.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker