Ooui-tws-port/PlatformSamples/AspNetCoreMvc/Views
Frank A. Krueger f05f232d5b Fix returning to pages without re-requesting them
Chrome likes to cache HTML and was making a new web socket
request without first requesting a new page. The server however
expires a web socket url after its first use.

To fix this, web socket urls have a rolling cache policy and
can be reconnected to.

Fixes #52
2018-02-01 15:09:37 -08:00
..
Home Fix returning to pages without re-requesting them 2018-02-01 15:09:37 -08:00
Shared Cleanup the homepage 2017-11-15 22:32:17 -06:00
_ViewImports.cshtml Put samples on the web site 2017-11-09 22:35:47 -08:00
_ViewStart.cshtml Add ASP.NET Core MVC sample 2017-11-09 18:54:50 -08:00