mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-19 03:57:03 +08:00
8 lines
247 B
C#
8 lines
247 B
C#
![]() |
using Orchard.ContentManagement;
|
|||
|
using Orchard.Environment.Extensions;
|
|||
|
|
|||
|
namespace Orchard.Scripting.CSharp.Models {
|
|||
|
[OrchardFeature("Orchard.Scripting.CSharp.Validation")]
|
|||
|
public class ScriptValidationPart : ContentPart {
|
|||
|
}
|
|||
|
}
|