IDirectRouteBuilder.Build Method ()
Creates a route entry based on the current property values.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
RouteEntry Build()
RouteEntry^ Build()
abstract Build : unit -> RouteEntry
Function Build As RouteEntry
Return Value
Type: System.Web.Mvc.Routing.RouteEntry
The route entry created.
See Also
IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace
Return to top