FormActionTagHelper.cs (5)
174/// <see cref="Fragment"/> or <see cref="Route"/> are non-<c>null</c> or if the user provided <c>asp-route-*</c> attributes.
191Fragment != null ||
251url = urlHelper.Page(Page, PageHandler, routeValues, protocol: null, host: null, fragment: Fragment);
255url = urlHelper.RouteUrl(Route, routeValues, protocol: null, host: null, fragment: Fragment);
259url = urlHelper.Action(Action, Controller, routeValues, protocol: null, host: null, fragment: Fragment);