AttributeRouteInfo Class

Definition

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 null if the action has no attribute routes.

Applies to