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

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Méthodes publiques

Méthode Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Private Methods

Méthode Description
GetPropValue ( object src, string propName ) : object
GetUserIdProperty ( object src ) : int?

Method Details

OnActionExecuting() public méthode

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat void