implementation of [OqtaneIgnore] class attribute in controls
This commit is contained in:
9
Oqtane.Shared/Shared/OqtaneIgnoreAttribute.cs
Normal file
9
Oqtane.Shared/Shared/OqtaneIgnoreAttribute.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class OqtaneIgnoreAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user