1 write to Fragment
Microsoft.AspNetCore.Mvc.Core (1)
UrlHelperExtensions.cs (1)
345Fragment = fragment
3 references to Fragment
Microsoft.AspNetCore.Mvc.Core (3)
Routing\EndpointRoutingUrlHelper.cs (2)
85fragment: routeContext.Fragment == null ? FragmentString.Empty : new FragmentString("#" + routeContext.Fragment));
Routing\UrlHelper.cs (1)
70return GenerateUrl(routeContext.Protocol, routeContext.Host, virtualPathData, routeContext.Fragment);