Click or drag to resize
KaxCaptchaHttpHandlerUrl Property
Specifies the URL of the HTTPHandler that serves the captcha image.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string HttpHandlerUrl { get; set; }

Property Value

Type: String
Remarks

The HTTPHandler should either be registered in the application configuration file, or a file with the specified name should exist at the location, which HttpHandlerUrl points to.

If a file is to serve the files, it should inherit the class Kettic.AspNet.Controls.WebResource

See Also