mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
refactor: apply default vs transform to xproj
refactor(spa-services): clean code refactor(node-services): clean code, extract classes nto separate files refactor(angular-services): prime cache cleanup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Microsoft.AspNetCore.SpaServices.Prerendering
|
||||
{
|
||||
public class RenderToStringResult
|
||||
{
|
||||
public JObject Globals { get; set; }
|
||||
public string Html { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user