Share via


IActionContextAccessor Interface

Definition

Caution

IActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.

Defines an interface for exposing an ActionContext.

public interface class IActionContextAccessor
public interface IActionContextAccessor
[System.Obsolete("IActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId="ASPDEPR006")]
public interface IActionContextAccessor
type IActionContextAccessor = interface
[<System.Obsolete("IActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId="ASPDEPR006")>]
type IActionContextAccessor = interface
Public Interface IActionContextAccessor
Derived
Attributes

Properties

ActionContext

Gets or sets the ActionContext.

Applies to