public class IPAddressAttribute : ValidationAttribute
bool TryIsValid(string value, out string errorMessage)
bool TryIsValid(string value, IPAddressAttribute attribute, out string errorMessage)
Required
bool IsValid(object value)
public class IsoCurrencySymbolAttribute : ValidationAttribute
IsoCurrencySymbols
Required
bool IsValid(object value)
public class KeyStringAttribute : StringAttribute
bool TryIsValid(string value, out string errorMessage)
bool TryIsValid(string value, KeyStringAttribute attribute, out string errorMessage)
public class StringAttribute : ValidationAttribute
bool TryIsValid(string value, out string errorMessage)
bool TryIsValid(string value, StringAttribute attribute, out string errorMessage)
InvalidCharacters
InvalidPrefixStrings
MaxLength
MinLength
RegularExpression
Required
bool IsValid(object value)
public class UriAttribute : ValidationAttribute
bool TryIsValid(string value, out string errorMessage)
bool TryIsValid(string value, UriAttribute attribute, out string errorMessage)
AllowFile
AllowFtp
AllowFtps
AllowHttp
AllowHttps
AllowOpcTcp
Required
bool IsValid(object value)
Generated by MarkdownCodeDoc version 1.2