2 writes to Fragment
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
FormActionTagHelperTest.cs (2)
238Fragment = "test", 296Fragment = "test",
5 references to Fragment
Microsoft.AspNetCore.Mvc.TagHelpers (5)
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);