Interface IActionContextAccessor
public interface IActionContextAccessor
Fields
contextDetectorCB
protected static Func<IActionContext?> contextDetectorCB
Field Value
Properties
Context
IActionContext Context { get; }
Property Value
Methods
GetContext()
public static IActionContext? GetContext()