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