Validator.Url(String) Method

Definition

Defines a validation test that tests whether a value is a well-formed URL.

public static System.Web.WebPages.IValidator Url (string errorMessage = default);
static member Url : string -> System.Web.WebPages.IValidator
Public Shared Function Url (Optional errorMessage As String = null) As IValidator

Parameters

errorMessage
String

The error message to display if validation fails.

Returns

The validation test.

Applies to