Override admin controller's method in my plugin which is called using FormValue, i.e., FormValueRequired("exportexcel-all")

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
i want to override method "ExportExcelAll" of CustomerController from admin side to my plugins controller but it cannot override
6 years ago
Please do not duplicate forum topics (deleted)
6 years ago
Chirag.Jasani wrote:
i want to override method "ExportExcelAll" of CustomerController from admin side to my plugins controller but it cannot override


You cannot directly do that using route override, use action filter instead!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.