CaptchaIsValidCode Method

Definition

Namespace: Centralpoint.Web.UI.HttpHandlers
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool IsValidCode(
	string text,
	string query
)

Parameters

text  String
 
query  String
 

Return Value

Boolean

See Also