Class RouterConfig

Configures runtime behavior of Router instances.

Inheritance
object
RouterConfig
HttpListenerRouterConfig
Implements
IEquatable<RouterConfig>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Implements

IEquatable<T>
In this article
Back to top Generated by DocFX