C# Class Simplify.Web.ModelBinding.Attributes.RegexAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
RegexAttribute ( string regexString ) : System

Initializes a new instance of the RegexAttribute class.

Method Details

RegexAttribute() public méthode

Initializes a new instance of the RegexAttribute class.
public RegexAttribute ( string regexString ) : System
regexString string The regex string.
Résultat System