mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-29 16:23:05 +00:00
11 lines
146 B
C#
11 lines
146 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum ResourceLoadBehavior
|
|
{
|
|
Once,
|
|
Always,
|
|
None,
|
|
BlazorPageScript
|
|
}
|
|
}
|