+
Welcome
+
Learn about building Web apps with ASP.NET Core.
+
Link-loaded javascript has not run!
+
Inline javascript has not run!
+
diff --git a/src/Middleware/CSP/test/testassets/CspApplication/Pages/Index.cshtml.cs b/src/Middleware/CSP/test/testassets/CspApplication/Pages/Index.cshtml.cs
new file mode 100644
index 000000000000..84d2a7b874da
--- /dev/null
+++ b/src/Middleware/CSP/test/testassets/CspApplication/Pages/Index.cshtml.cs
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+using Microsoft.Extensions.Logging;
+
+namespace CspApplication.Pages
+{
+ public class IndexModel : PageModel
+ {
+ private readonly ILogger