Show / Hide Table of Contents

    RollbackResult<TValue>.ExecuteResult(ActionContext context) Method

    .NET Standard 2.x

    Executes the result operation of the action method synchronously. 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 void ExecuteResult(ActionContext context)
    

    Parameters

    context Microsoft.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