Show / Hide Table of Contents

    TransactionAttribute.OnActionExecuted(ActionExecutedContext context) Method

    .NET Standard 2.x

    Called by the ASP.NET MVC framework after the action result is executed.

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Syntax

    public override void OnActionExecuted(ActionExecutedContext context)
    

    Parameters

    context Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext

    The filter context.

    Remarks

    It completes the transaction when CommitPolicy property is CommitPolicy.OnResultExecuted.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon