aboutsummaryrefslogtreecommitdiffstats
path: root/src/Pages/NrkRadio.cshtml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Pages/NrkRadio.cshtml.cs')
-rw-r--r--src/Pages/NrkRadio.cshtml.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Pages/NrkRadio.cshtml.cs b/src/Pages/NrkRadio.cshtml.cs
new file mode 100644
index 0000000..f536c19
--- /dev/null
+++ b/src/Pages/NrkRadio.cshtml.cs
@@ -0,0 +1,13 @@
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+
+namespace I2R.LightNews.Pages;
+
+public class NrkRadio : PageModel
+{
+ public string FrontPageDataJSON { get; set; }
+
+ public ActionResult OnGet() {
+ return Page();
+ }
+} \ No newline at end of file