Show / Hide Table of Contents

    RollbackResult<TValue>.ExecuteResultAsync(ActionContext context) Method

    .NET Standard 2.x

    Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method.

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Syntax

    public override Task ExecuteResultAsync(ActionContext context)
    

    Returnss

    context Miscrosoft.AspNetCore.Mvc.ActionContext

    The context in which the result is executed. The context information includes information about the action that was executed and request information.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon