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

@ -1,8 +1,10 @@
using Oqtane.Models;
using Oqtane.Models;
using System.Collections.Generic;
namespace Oqtane.Infrastructure
{
// Obsolete - use the Resources collection as part of IModuleControl or IThemeCOntrol and use the ResourceDeclaration.Global property
// note - not using the [Obsolete] attribute in this case as we want to avoid compilation warnings in the core framework
public interface IHostResources
{
List<Resource> Resources { get; } // identifies global resources for an application