C# Class BeerDrinkin.Indentify.AdministratorAuthorizeAttribute

Inheritance: System.Web.Http.AuthorizeAttribute
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Private Methods

Method Description
IsValidEmail ( string email ) : System.Net.Mail.MailAddress

Method Details

OnAuthorization() public method

public OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
return void