6 references to Action
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"/>
186
if (
Action
!= null ||
215
var actionLink = Controller != null ||
Action
!= null;
259
url = urlHelper.Action(
Action
, Controller, routeValues, protocol: null, host: null, fragment: Fragment);