Unosquare
    Show / Hide Table of Contents

    Delegate SyncRouteHandlerCallback

    Base class for callbacks used to handle routed requests synchronously.

    Namespace: EmbedIO.Routing
    Syntax
    public delegate void SyncRouteHandlerCallback(IHttpContext context, RouteMatch route);
    Parameters
    Type Name Description
    IHttpContext context

    An IHttpContext interface representing the context of the request.

    RouteMatch route

    The matched route.

    See Also

    RouteMatch

    Comments

    Back to top Copyright © 2017-2019 Unosquare