IActionContextAccessor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |