Register now or log in to join your professional community.
Authorization filter : Implements IAuthorization Attribute(Performing Authentication using Authorization Attribute,RequireHttpsAttribute)
Action Filters: Implements IActionResults Attribute(Action Method OnActionExecuting, OnActionExecuted for checking the canceling the requried action)
Result Filters: Implements IResultFilters Attribute(Modifiying Http Responses OutPutCacheAttribute)
Exception Filters:Implements IExceptionFilters Attribute(Error logging and displaying Error Message in Action Methods HandleErrorAttribute)