1 write to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ModelValidationContextBase.cs (1)
26ActionContext = actionContext;
12 references to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ModelValidationContextBase.cs (1)
14/// <param name="actionContext">The <see cref="ActionContext"/> for this context.</param>
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsModelValidator.cs (1)
76serviceProvider: validationContext.ActionContext?.HttpContext?.RequestServices,
ValidatableObjectAdapter.cs (1)
35serviceProvider: context.ActionContext?.HttpContext?.RequestServices,
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
PageRemoteAttribute.cs (2)
43var services = context.ActionContext.HttpContext.RequestServices; 45var urlHelper = factory.GetUrlHelper(context.ActionContext);
RemoteAttribute.cs (2)
111var services = context.ActionContext.HttpContext.RequestServices; 113var urlHelper = factory.GetUrlHelper(context.ActionContext);
RemoteAttributeBase.cs (1)
179var services = context.ActionContext.HttpContext.RequestServices;
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
RemoteAttributeBaseTest.cs (4)
223var options = context.ActionContext.HttpContext.RequestServices 270var options = context.ActionContext.HttpContext.RequestServices 315var options = context.ActionContext.HttpContext.RequestServices 407var options = context.ActionContext.HttpContext.RequestServices