Method | Description | |
---|---|---|
AuthorizeCore ( System httpContext ) : bool | ||
HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext filterContext ) : void |
Method | Description | |
---|---|---|
IsValidEmail ( string email ) : bool |
method for determining is the user provided a valid email address We use regular expressions in this check, as it is a more thorough way of checking the address provided http://www.dreamincode.net/code/snippet1374.htm |
protected AuthorizeCore ( System httpContext ) : bool | ||
httpContext | System | |
return | bool |
protected HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext filterContext ) : void | ||
filterContext | System.Web.Mvc.AuthorizationContext | |
return | void |