Table of Contents

Interface IActionFilterContext

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public interface IActionFilterContext

Properties

ActionArguments

IDictionary<string, object?> ActionArguments { get; }

Property Value

IDictionary<string, object>

ActionContext

IActionContext ActionContext { get; }

Property Value

IActionContext