Table of Contents

Class RouteMatch

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

Represents the result of a route matching operation.

public sealed class RouteMatch

Inheritance

objectRouteMatch

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Parameters

Gets a collection of parameters extracted from the route, or null if the route matching operation was not successful.

Success

Gets a value indicating whether the route matching operation was successful.