Class CaptchaHandler
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class CaptchaHandler : IHttpHandler
Constructors
CaptchaHandler()
Declaration
public CaptchaHandler()
Properties
IsReusable
Declaration
public bool IsReusable { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
ProcessRequest(HttpContext)
Declaration
public void ProcessRequest(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context |