Fix comment
This commit is contained in:
parent
fc9cb1af65
commit
b764029ce0
|
|
@ -75,8 +75,7 @@ namespace Microsoft.AspNetCore.Blazor.Browser.Routing
|
||||||
&& absoluteUri[baseUriPrefix.Length] == '/')
|
&& absoluteUri[baseUriPrefix.Length] == '/')
|
||||||
{
|
{
|
||||||
// The absolute URI must be of the form "{baseUriPrefix}/something",
|
// The absolute URI must be of the form "{baseUriPrefix}/something",
|
||||||
// and from that we return "/something" (also stripping any querystring
|
// and from that we return "/something"
|
||||||
// and/or hash value)
|
|
||||||
return absoluteUri.Substring(baseUriPrefix.Length);
|
return absoluteUri.Substring(baseUriPrefix.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue