force control panel to interactive render mode
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
using System.Net;
|
||||
using System.Xml.Linq;
|
||||
using System;
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Shared
|
||||
@ -26,5 +29,14 @@ namespace Oqtane.Shared
|
||||
Properties.HeadContent += content;
|
||||
}
|
||||
}
|
||||
|
||||
public void Clone(SiteState siteState)
|
||||
{
|
||||
Alias = siteState.Alias;
|
||||
AntiForgeryToken = siteState.AntiForgeryToken;
|
||||
AuthorizationToken = siteState.AuthorizationToken;
|
||||
RemoteIPAddress = siteState.RemoteIPAddress;
|
||||
IsPrerendering = siteState.IsPrerendering;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user