Search Results for

    Show / Hide Table of Contents

    Method InvokeAsync

    | Improve this Doc View Source

    InvokeAsync(EndpointFilterInvocationContext, EndpointFilterDelegate)

    Translates the Result object into a corresponding HTTP status code. This translation occurs after an endpoint handler is executed.

    Declaration
    public async ValueTask<object> InvokeAsync(EndpointFilterInvocationContext context, EndpointFilterDelegate next)
    Parameters
    Type Name Description
    EndpointFilterInvocationContext context
    EndpointFilterDelegate next
    Returns
    Type Description
    ValueTask<Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults