OutboundRouteEntry Class
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.
Used to build a TreeRouter. Represents a URL template that will be used to generate outgoing URLs.
public ref class OutboundRouteEntry
public class OutboundRouteEntry
type OutboundRouteEntry = class
Public Class OutboundRouteEntry
- Inheritance
-
OutboundRouteEntry
Constructors
OutboundRouteEntry() |
Properties
Constraints |
Gets or sets the route constraints. |
Data |
Gets or sets the data that is associated with this entry. |
Defaults |
Gets or sets the route defaults. |
Handler |
The IRouter to invoke when this entry matches. |
Order |
Gets or sets the order of the entry. |
Precedence |
Gets or sets the precedence of the template for link generation. A greater value of Precedence means that an entry is considered first. |
RequiredLinkValues |
Gets or sets the set of values that must be present for link genration. |
RouteName |
Gets or sets the name of the route. |
RouteTemplate |
Gets or sets the RouteTemplate. |