AttributeRouteInfo 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.
Represents the routing information for an action that is attribute routed.
public ref class AttributeRouteInfo
public class AttributeRouteInfo
type AttributeRouteInfo = class
Public Class AttributeRouteInfo
- Inheritance
-
AttributeRouteInfo
Constructors
AttributeRouteInfo() |
Properties
Name |
Gets the name of the route associated with a given action. This property can be used to generate a link by referring to the route by name instead of attempting to match a route by provided route data. |
Order |
Gets the order of the route associated with a given action. This property determines the order in which routes get executed. Routes with a lower order value are tried first. In case a route doesn't specify a value, it gets a default order of 0. |
SuppressLinkGeneration |
Gets or sets a value that determines if the route entry associated with this model participates in link generation. |
SuppressPathMatching |
Gets or sets a value that determines if the route entry associated with this model participates in path matching (inbound routing). |
Template |
The route template. May be |