6 references to AppendPathAndFragment
Microsoft.AspNetCore.Mvc.Core (4)
Routing\UrlHelperBase.cs (4)
135AppendPathAndFragment(builder, pathBase, virtualPath, fragment); 151AppendPathAndFragment(builder, pathBase, virtualPath, fragment); 196AppendPathAndFragment(builder, pathBase: null, path, fragment: null); 213AppendPathAndFragment(builder, pathBase: null, path, fragment: null);
Microsoft.AspNetCore.Mvc.Core.Test (2)
Routing\UrlHelperBaseTest.cs (2)
47UrlHelperBase.AppendPathAndFragment(builder, httpContext.Request.PathBase, virtualPath, string.Empty); 68UrlHelperBase.AppendPathAndFragment(builder, httpContext.Request.PathBase, virtualPath, fragmentValue);