Class RouterConfig
Configures runtime behavior of Router instances.
Implements
Inherited Members
Namespace: NanoRoute
Assembly: NanoRoute.dll
Syntax
public record RouterConfig : IEquatable<RouterConfig>
Constructors
RouterConfig()
Declaration
public RouterConfig()
Properties
MatchingPrecedence
Gets or sets how NanoRoute prioritizes literal and parameterized child segments at the same depth.
Declaration
public MatchingPrecedence MatchingPrecedence { get; init; }
Property Value
| Type | Description |
|---|---|
| MatchingPrecedence |