IActionContextAccessor Interface

Namespace
Microsoft.AspNetCore.Mvc.Infrastructure
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public interface IActionContextAccessor
interface Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor

Properties

Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor.ActionContext
Return type:Microsoft.AspNetCore.Mvc.ActionContext
ActionContext ActionContext { get; set; }