Loading practice questions
What is the difference between an action and a filter?
(B) Actions are used to add or remove code at runtime. Filters are used to modify data before it is either displayed in the browser or saved to the database.
Explanation:
Actions are used to add or remove code at runtime. Filters are used to modify data before it is either displayed in the browser or saved to the database.