1 write to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
Filters\FilterProviderContext.cs (1)
23
ActionContext
= actionContext;
5 references to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\FilterProviderContext.cs (2)
14
/// <param name="actionContext">The <see cref="
ActionContext
"/>.</param>
28
/// Gets or sets the <see cref="
ActionContext
"/>.
Microsoft.AspNetCore.Mvc.Core (2)
Filters\DefaultFilterProvider.cs (2)
18
if (context.
ActionContext
.ActionDescriptor.FilterDescriptors != null)
51
var services = context.
ActionContext
.HttpContext.RequestServices;
Microsoft.AspNetCore.Mvc.Core.Test (1)
Filters\FilterFactoryTest.cs (1)
213
var filter = new TestFilter(providerContext.
ActionContext
.HttpContext.Items["name"] as string);