PasswordMatchAttribute class
Input values must match.
[AttributeUsage(AttributeTargets.All)]
public class PasswordMatchAttribute : ValidationAttributeBase
Public Members
name | description |
---|---|
PasswordMatchAttribute() | The default constructor. |
override AddValidation(…) | |
override IsValid(…) |
Protected Members
name | description |
---|---|
override GetErrorMessage() | |
override IsValid(…) |
See Also
- class ValidationAttributeBase
- namespace Amica