ApiController.ActionContext Property

Definition

Gets the ActionContext.

public Microsoft.AspNetCore.Mvc.ActionContext ActionContext { get; }
member this.ActionContext : Microsoft.AspNetCore.Mvc.ActionContext
Public ReadOnly Property ActionContext As ActionContext

Property Value

The action context.

Applies to