namespace Nop.Web.Framework.Mvc; /// /// Attribute indicating that entered values should not be trimmed /// public partial class NoTrimAttribute : Attribute { }