RouteBuilder Class

 
Note: This API is now obsolete.

Builds Route instances based on route information.

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

System.Object
  System.Web.Mvc.Routing.RouteBuilder

[<ObsoleteAttribute("Obsolete, do not use. To create custom Routes with attribute routing, use System.Web.Mvc.Routing.RouteFactoryAttribute")>]
type RouteBuilder = class end

NameDescription
System_CAPS_pubmethodRouteBuilder()

Initializes a new instance of the RouteBuilder class using the default inline constraint resolver.

System_CAPS_pubmethodRouteBuilder(IInlineConstraintResolver)

Initializes a new instance of the RouteBuilder class.

NameDescription
System_CAPS_pubpropertyConstraintResolver

Gets the resolver for resolving inline constraints.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: