5 references to GetLocalizableValue
System.Web (5)
parent\DataAnnotations\DataAnnotations\LocalizableString.cs (2)
45/// found on the resource type supplied to <see cref="GetLocalizableValue"/>. 79/// Clears any cached values, forcing <see cref="GetLocalizableValue"/> to
Security\MembershipPasswordAttribute.cs (3)
244return this._minPasswordLengthError.GetLocalizableValue() ?? SR.GetString(SR.MembershipPasswordAttribute_InvalidPasswordLength); 274return this._minNonAlphanumericCharactersError.GetLocalizableValue() ?? SR.GetString(SR.MembershipPasswordAttribute_InvalidPasswordNonAlphanumericCharacters); 303return this._passwordStrengthError.GetLocalizableValue() ?? SR.GetString(SR.MembershipPasswordAttribute_InvalidPasswordStrength);