名前空間一覧 > GrapeCity.Web.Input.IMValidators 名前空間 > GcForbiddenTextValidator クラス : ForbiddenList プロパティ |
GcForbiddenTextValidator1.ForbiddenList = New String() {"select", "update", "delete", "insert"} GcForbiddenTextValidator1.ErrorMessage = "入力が禁止されている文字列が含まれています。" GcForbiddenTextValidator1.ControlToValidate = "GcTextBox1"
GcForbiddenTextValidator1.ForbiddenList = new String[] {"select", "update", "delete", "insert"}; GcForbiddenTextValidator1.ErrorMessage = "入力が禁止されている文字列が含まれています。"; GcForbiddenTextValidator1.ControlToValidate = "GcTextBox1";