Table of Contents

Class RegexRoute

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

Represents an Route which it's implementation already enables UseRegex.

public sealed class RegexRoute : Route
Inheritance
RegexRoute
Inherited Members

Constructors

RegexRoute(RouteMethod, string, RouteAction)

Initializes a new instance of the RegexRoute class.

RegexRoute(RouteMethod, string, string?, RouteAction, IRequestHandler[]?)

Initializes a new instance of the RegexRoute class.