Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Mvc; /// /// Attribute indicating that entered values should not be trimmed /// public partial class NoTrimAttribute : Attribute { }