1 write to ActionContext
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ModelValidationContextBase.cs (1)
26
ActionContext
= actionContext;
8 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)
76
serviceProvider: validationContext.
ActionContext
?.HttpContext?.RequestServices,
ValidatableObjectAdapter.cs (1)
35
serviceProvider: context.
ActionContext
?.HttpContext?.RequestServices,
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
PageRemoteAttribute.cs (2)
43
var services = context.
ActionContext
.HttpContext.RequestServices;
45
var urlHelper = factory.GetUrlHelper(context.
ActionContext
);
RemoteAttribute.cs (2)
111
var services = context.
ActionContext
.HttpContext.RequestServices;
113
var urlHelper = factory.GetUrlHelper(context.
ActionContext
);
RemoteAttributeBase.cs (1)
179
var services = context.
ActionContext
.HttpContext.RequestServices;