ActionContextAccessor Class

Definition

Type that provides access to an ActionContext.

public ref class ActionContextAccessor : Microsoft::AspNetCore::Mvc::Infrastructure::IActionContextAccessor
public class ActionContextAccessor : Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor
type ActionContextAccessor = class
    interface IActionContextAccessor
Public Class ActionContextAccessor
Implements IActionContextAccessor
Inheritance
ActionContextAccessor
Implements

Constructors

ActionContextAccessor()

Properties

ActionContext

Gets or sets the ActionContext.

Applies to