IDirectRouteBuilder.Build Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a route entry based on the current property values.
public System.Web.Mvc.Routing.RouteEntry Build ();
abstract member Build : unit -> System.Web.Mvc.Routing.RouteEntry
Public Function Build () As RouteEntry
Returns
The route entry created.