TreeRouteBuilder.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.
Overloads
Build() |
Builds a TreeRouter with the InboundEntries and OutboundEntries defined in this TreeRouteBuilder. |
Build(Int32) |
Builds a TreeRouter with the InboundEntries and OutboundEntries defined in this TreeRouteBuilder. |
Build()
- Source:
- TreeRouteBuilder.cs
- Source:
- TreeRouteBuilder.cs
- Source:
- TreeRouteBuilder.cs
Builds a TreeRouter with the InboundEntries and OutboundEntries defined in this TreeRouteBuilder.
public:
Microsoft::AspNetCore::Routing::Tree::TreeRouter ^ Build();
public Microsoft.AspNetCore.Routing.Tree.TreeRouter Build ();
member this.Build : unit -> Microsoft.AspNetCore.Routing.Tree.TreeRouter
Public Function Build () As TreeRouter
Returns
The TreeRouter.
Applies to
Build(Int32)
- Source:
- TreeRouteBuilder.cs
- Source:
- TreeRouteBuilder.cs
- Source:
- TreeRouteBuilder.cs
Builds a TreeRouter with the InboundEntries and OutboundEntries defined in this TreeRouteBuilder.
public:
Microsoft::AspNetCore::Routing::Tree::TreeRouter ^ Build(int version);
public Microsoft.AspNetCore.Routing.Tree.TreeRouter Build (int version);
member this.Build : int -> Microsoft.AspNetCore.Routing.Tree.TreeRouter
Public Function Build (version As Integer) As TreeRouter
Parameters
- version
- Int32
The version of the TreeRouter.
Returns
The TreeRouter.