IFieldState<T>.Pattern 属性

定义

用于验证字符串的正则表达式。

public string Pattern { get; }
member this.Pattern : string
Public ReadOnly Property Pattern As String

属性值

验证正则表达式。

注解

这通常反映设置 PatternAttribute的结果。

适用于