1 write to ActionValue
Microsoft.AspNetCore.Mvc.Core.Test (1)
AcceptedAtActionResultTests.cs (1)
295
public IUrlHelper GetUrlHelper(ActionContext context) => new ForwardingUrlHelper() {
ActionValue
= "abc" };
1 reference to ActionValue
Microsoft.AspNetCore.Mvc.Core.Test (1)
AcceptedAtActionResultTests.cs (1)
304
public string Action(UrlActionContext actionContext) =>
ActionValue
;