3 writes to Controller
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
FormActionTagHelperTest.cs (3)
57
Controller
= "home",
237
Controller
= "books",
369
Controller
= "Dashboard",
6 references to Controller
Microsoft.AspNetCore.Mvc.TagHelpers (6)
FormActionTagHelper.cs (6)
144
/// Must be <c>null</c> if <see cref="Action"/> or <see cref="
Controller
"/> is non-<c>null</c>.
173
/// Thrown if <c>FormAction</c> attribute is provided and <see cref="Action"/>, <see cref="
Controller
"/>,
175
/// Also thrown if <see cref="Route"/> and one or both of <see cref="Action"/> and <see cref="
Controller
"/>
187
Controller
!= null ||
215
var actionLink =
Controller
!= null || Action != null;
259
url = urlHelper.Action(Action,
Controller
, routeValues, protocol: null, host: null, fragment: Fragment);