TreeRouteBuilder Class
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.
Builder for TreeRouter instances.
public ref class TreeRouteBuilder
public class TreeRouteBuilder
type TreeRouteBuilder = class
Public Class TreeRouteBuilder
- Inheritance
-
TreeRouteBuilder
Tree |
Initializes a new instance of TreeRouteBuilder. |
Tree |
Obsolete.
This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that does not take a UrlEncoder. Initializes a new instance of TreeRouteBuilder. |
Inbound |
Gets the list of InboundRouteEntry. |
Outbound |
Gets the list of OutboundRouteEntry. |
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. |
Clear() |
Removes all InboundEntries and OutboundEntries from this TreeRouteBuilder. |
Map |
Adds a new inbound route to the TreeRouter. |
Map |
Adds a new outbound route to the TreeRouter. |
Produk | Versi |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |