Class ValidationHelper
- Namespace
- Abp.AspNetZeroCore.Validation
- Assembly
- Abp.AspNetZeroCore.dll
public static class ValidationHelper
- Inheritance
-
ValidationHelper
- Inherited Members
Fields
EmailRegex
public const string EmailRegex = "^\\w+([-+.']\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$"
Field Value
Methods
IsEmail(string)
public static bool IsEmail(string value)
Parameters
value
string