Table of Contents

TXDataRouteInfo.Priority Property

Gets the priority of the route, used when several routes match the same URL.

Remarks

Literal segments raise the priority, and the earlier they appear in the route, the more they count. For example, the route a/b/{p} has higher priority than a/{p}/c, which in turn has higher priority than {p}/b/c.

Syntax

Unit: XData.Model.Classes

property TXDataRouteInfo.Priority: Integer

See also