Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Blog
Common
Web
Attributes
ValidateUsernameAttribute
C# Class Blog.Common.Web.Attributes.ValidateUsernameAttribute
Inheritance:
System.ComponentModel.DataAnnotations.ValidationAttribute
Exibir arquivo
Open project: jsnmgpnty/Blogness2.0
Class Usage Examples
Public Methods
Method
Description
IsValid
(
object
value
) :
bool
Private Methods
Method
Description
IsValidUsername
(
string
username
) :
bool
Method Details
IsValid()
public
method
public
IsValid
(
object
value
) :
bool
value
object
return
bool