aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Steve Sanderson 353da42cce Clean up use of relative URLs. Fixes #844 and #845 (#878)
* Handle links to empty-string href, resolved against base href

Needed to change the URLs used in E2E tests to be able to cover this (i.e., removed the /RouterTest prefixes so the default relative URL became an empty string)

* Change links in StandaloneApp sample to be relative

* Standardize on base URIs having trailing slash everywhere

Hence also change terminology from "base URI prefix" to simply "base URI"

* Handle link highlighting when visiting base-href-but-without-trailing-slash

* Removing leading slashes from base-relative URLs in templates
2018-05-24 09:54:43 +01:00
..
BinaryHttpClientTest.cs Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
BindTest.cs
ComponentRenderingTest.cs
EventBubblingTest.cs Support custom events and non-bubbling standard events (#722) 2018-05-01 17:12:03 +01:00
EventTest.cs remove inadvertant test code 2018-05-02 11:07:52 +01:00
HostedInAspNetTest.cs
HttpClientTest.cs Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
MonoSanityTest.cs
RoutingTest.cs Clean up use of relative URLs. Fixes #844 and #845 (#878) 2018-05-24 09:54:43 +01:00
StandaloneAppTest.cs