Method | Description | |
---|---|---|
OnActionExecuting ( Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext context ) : void |
Method | Description | |
---|---|---|
Forbid ( ) : IActionResult | ||
Notice ( |
||
Notice ( string message ) : IActionResult |
protected Notice ( |
||
vm | ||
return | IActionResult |
protected Notice ( string message ) : IActionResult | ||
message | string | |
return | IActionResult |
public OnActionExecuting ( Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext context ) : void | ||
context | Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext | |
return | void |