In aspnet-prerendering, parse the incoming querystring before passing it to the boot func for convenience. Fixes #638.

This commit is contained in:
SteveSandersonMS
2017-02-03 10:52:11 +00:00
parent a9e97f6783
commit 61ffca6290
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "aspnet-prerendering",
"version": "2.0.2",
"version": "2.0.3",
"description": "Helpers for server-side rendering of JavaScript applications in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
"main": "index.js",
"scripts": {