Search Results for

    Show / Hide Table of Contents
    View Source

    Class ActionExecutedEventArgs

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Events
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class ActionExecutedEventArgs : EventArgs

    Constructors

    View Source

    ActionExecutedEventArgs(Controller, Object)

    Declaration
    public ActionExecutedEventArgs(Controller controller, object model)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Controller controller
    System.Object model

    Properties

    View Source

    Controller

    Declaration
    public Controller Controller { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Mvc.Controller
    View Source

    Model

    Declaration
    public object Model { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ActionExecutedEventArgs(Controller, Object)
    • Properties
      • Controller
      • Model
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX