Table of Contents
CaptchaImageStorage Enumeration

Specifies where the image is stored.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum CaptchaImageStorage
Members
Member Name Description
Session Stores in the session.
Cache Stores in the cache.
See Also