| KaxCaptchaHttpHandlerUrl Property | 
        
        
        
            Specifies the URL of the HTTPHandler that serves the captcha image.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic string HttpHandlerUrl { get; set; }Public Property HttpHandlerUrl As String
	Get
	Set
public:
property String^ HttpHandlerUrl {
	String^ get ();
	void set (String^ value);
}member HttpHandlerUrl : string with get, set
Property Value
Type: 
String Remarks
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
See Also