added defensive logic to app.razor, relocated shared resource definition in preparation for utilizing shared resources
This commit is contained in:
@ -38,7 +38,6 @@ namespace Oqtane.Pages
|
||||
public RenderMode RenderMode = RenderMode.Server;
|
||||
public string HeadResources = "";
|
||||
public string BodyResources = "";
|
||||
public string Message = "";
|
||||
|
||||
public void OnGet()
|
||||
{
|
||||
|
Reference in New Issue
Block a user