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