using NCC.Dependency; using System; namespace Microsoft.AspNetCore.Mvc { /// /// 跳过验证 /// [SuppressSniffer, AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)] public sealed class NonValidationAttribute : Attribute { } }