OutboundMatchResult Struct¶
- Namespace
Microsoft.AspNetCore.Routing.Internal
- Assemblies
- Microsoft.AspNetCore.Routing
Syntax¶
public struct OutboundMatchResult
-
struct
Microsoft.AspNetCore.Routing.Internal.
OutboundMatchResult
Constructors¶
-
OutboundMatchResult
(Microsoft.AspNetCore.Routing.Tree.OutboundMatch, System.Boolean)¶ public OutboundMatchResult(OutboundMatch match, bool isFallbackMatch)
-
Properties¶
-
Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult.
IsFallbackMatch
¶ Return type: System.Boolean public bool IsFallbackMatch { get; }
-
Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult.
Match
¶ Return type: Microsoft.AspNetCore.Routing.Tree.OutboundMatch public OutboundMatch Match { get; }
-