IDirectRouteBuilder.TargetIsAction Property
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.
Gets a value indicating whether the route is configured at the action or controller level.
public bool TargetIsAction { get; }
member this.TargetIsAction : bool
Public ReadOnly Property TargetIsAction As Boolean
Property Value
true when the route is configured at the action level; otherwise, false if the route is configured at the controller level.