Click or drag to resize

AuthenticationAttributeOnActionExecuting Method

Check web controller permission

Namespace:  Velo.Web.Helper
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public override void OnActionExecuting(
	ActionExecutingContext pContext
)

Parameters

pContext
Type: ActionExecutingContext
Provides the context for the ActionExecuting method of the ActionFilterAttribute class.

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)
See Also