3 writes to Controller
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
FormActionTagHelperTest.cs (3)
57Controller = "home", 237Controller = "books", 369Controller = "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"/> 187Controller != null || 215var actionLink = Controller != null || Action != null; 259url = urlHelper.Action(Action, Controller, routeValues, protocol: null, host: null, fragment: Fragment);