Click or drag to resize

SecureThisAttributeOnActionExecuting Method

Called before an action method executes and checks the role of the user to ensure they can use the called method.

Namespace:  Koden.Utils.MVC.Attributes
Assembly:  Koden.Utils.MVC (in Koden.Utils.MVC.dll) Version: 1.0.6453.26061
Syntax
public override void OnActionExecuting(
	ActionExecutingContext filterContext
)

Parameters

filterContext
Type: ActionExecutingContext
The filter context.

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)
See Also