using NCC.Dependency; using System; namespace Microsoft.AspNetCore.Mvc { /// /// 禁止规范化处理 /// [SuppressSniffer, AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)] public sealed class NonUnifyAttribute : Attribute { } }