Featured On ...

asp.net

totalasp.co.uk

fuzzysoftware.com

devdex.com

123aspx.com

dotnetfreaks.com

411asp.net

and more ...

ValidatorEntryUrl

Full path

MadWidgets.Validation.ValidatorEntryUrl

Declaration

public class ValidatorEntryUrl : ValidatorEntryRegex

Hierarchy

Click on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.

ValidatorEntryUrl

Overview

The ValidatorEntryUrl class is used to validate an object whose value represents a URL (Uniform Resource Locator). The validator allows protocol strings of http, https and ftp only.

Constructors


Constructors

ValidatorEntryUrl

public ValidatorEntryUrl(object o, string sMessage, string sHighlightElement, bool bRequired)

Creates a ValidatorEntryUrl validating the object o, with a message, a client-side highlight element signature and a boolean indicating whether the object must have a non-blank value.

ValidatorEntryUrl

public ValidatorEntryUrl(object o, string sMessage, string sHighlightElement, bool bRequired, bool bNegate)

Creates a ValidatorEntryUrl validating the object o, with a message, a client-side highlight element signature, a boolean indicating whether the object must have a non-blank value and a negate boolean.

© 2002 - 2008 Copyright, Disclaimer and Privacy Statement