3 writes to ResourceType
System.Web (3)
Security\MembershipPasswordAttribute.cs (3)
80this._minPasswordLengthError.ResourceType = value; 81this._minNonAlphanumericCharactersError.ResourceType = value; 82this._passwordStrengthError.ResourceType = value;
4 references to ResourceType
System.Web (4)
parent\DataAnnotations\DataAnnotations\LocalizableString.cs (4)
90/// If <see cref="ResourceType"/> has been specified and <see cref="Value"/> is not 93/// If <see cref="ResourceType"/> is null then <see cref="Value"/> will be returned 98/// Thrown if localization fails. This can occur if <see cref="ResourceType"/> has been 100/// accessed. <see cref="ResourceType"/> must be a public class, and <see cref="Value"/>