RequestFieldValidatorBase.IsValid(HttpContextBase, String) Method

Definition

Returns a value that indicates whether the specified value is valid.

protected abstract bool IsValid (System.Web.HttpContextBase httpContext, string value);
abstract member IsValid : System.Web.HttpContextBase * string -> bool
Protected MustOverride Function IsValid (httpContext As HttpContextBase, value As String) As Boolean

Parameters

httpContext
HttpContextBase

The current context.

value
String

The value to validate.

Returns

true if the value is valid; otherwise, false.

Applies to