C# Class Blog.Common.Web.Attributes.PreventCrossUserManipulationAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Show file Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetPropValue ( object src, string propName ) : object
GetUserIdProperty ( object src ) : int?

Method Details

OnActionExecuting() public method

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