introduce Resource Declaration and Location properties to offer more resource management options for developers

This commit is contained in:
Shaun Walker
2020-10-19 08:03:04 -04:00
parent 74026401a6
commit ecacb681b4
9 changed files with 134 additions and 28 deletions

View File

@ -0,0 +1,8 @@
namespace Oqtane.Shared
{
public enum ResourceLocation
{
Head,
Body
}
}