How to manage required features are not enabled exception in AspnetBoilerplate?
问题 According with AbpModuleZero 2.3 documentation https://aspnetboilerplate.com/Pages/Documents/v2.3.0/Feature-Management i would like to handle AbpAuthorizationException exception raised by a Controller decorated with the RequiresFeature attribute. For example, I would like to redirect to a static page or returning to home page. this is my controller implementation [AbpMvcAuthorize()] [RequiresFeature(AppFeatures.Trattative)] public class TrattativeController : BBWP_ABP_MPA_EFControllerBase {