add SiteState.IsPrerendering property back to avoid breaking change. New implementation relies on .NET 8 HttpContext CascadingParameter
This commit is contained in:
		| @ -9,6 +9,7 @@ namespace Oqtane.Shared | ||||
|         public string AntiForgeryToken { get; set; } // passed from server for use in service calls on client | ||||
|         public string AuthorizationToken { get; set; } // passed from server for use in service calls on client | ||||
|         public string RemoteIPAddress { get; set; } // passed from server as cannot be reliably retrieved on client | ||||
|         public bool IsPrerendering { get; set; } | ||||
|  | ||||
|         private dynamic _properties; | ||||
|         public dynamic Properties => _properties ?? (_properties = new PropertyDictionary()); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker