regexUrl control.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected RegularExpressionValidator regexUrl
Visual Basic
Protected regexUrl As RegularExpressionValidator
Visual C++
protected:
RegularExpressionValidator^ regexUrl
F#
val mutable regexUrl: RegularExpressionValidator

Field Value

Type: RegularExpressionValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

See Also