improvements to refresh logic, module template enhancements

This commit is contained in:
Shaun Walker
2021-06-16 16:31:02 -04:00
parent cec24e7446
commit 72ff6fa0e7
20 changed files with 540 additions and 64 deletions

View File

@ -0,0 +1,10 @@
namespace Oqtane.UI
{
public enum Refresh
{
None,
Page,
Site,
Application
}
}