Unosquare
    Show / Hide Table of Contents

    Enum RouteResolutionResult

    Represents the outcome of resolving a context and a path against a route.

    Namespace: EmbedIO.Routing
    Syntax
    public enum RouteResolutionResult

    Fields

    Name Description
    NoHandlerSelected

    The route did match, but no registered handler was suitable for the context.

    NoHandlerSuccessful

    The route matched and one or more suitable handlers were found, but none of them returned true.

    RouteNotMatched

    The route didn't match.

    Success

    The route has been resolved.

    Comments

    Back to top Copyright © 2017-2019 Unosquare