Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

NopValidationDefaults.cs

namespace Nop.Web.Framework.Validators;

/// 
/// Represents default values related to validation
/// 
public static partial class NopValidationDefaults
{
    /// 
    /// Gets the name of a rule set used to validate model
    /// 
    public static string ValidationRuleSet => "Validate";

    /// 
    /// Gets the name of a locale used in not-null validation
    /// 
    public static string NotNullValidationLocaleName => "Admin.Common.Validation.NotEmpty";
}