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

objectRouteRegexRoute

Inherited Members

Route.AnyPath, Route.ToString(), Route.Get(string, Delegate?), Route.Get(string, RouteAction), Route.Post(string, Delegate?), Route.Post(string, RouteAction), Route.Put(string, Delegate?), Route.Put(string, RouteAction), Route.Patch(string, Delegate?), Route.Patch(string, RouteAction), Route.Head(string, Delegate?), Route.Head(string, RouteAction), Route.Any(string, Delegate?), Route.Any(string, RouteAction), Route.Delete(string, Delegate?), Route.Delete(string, RouteAction), Route.Options(string, Delegate?), Route.Options(string, RouteAction), Route.Bag, Route.IsAsync, Route.LogMode, Route.UseRegex, Route.UseCors, Route.Method, Route.Path, Route.Name, Route.Action, Route.RequestHandlers, Route.BypassGlobalRequestHandlers, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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.