An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the are processed by the server, thereby increasing the performance of the page.

🎲 Try a Random Question  |  Total Questions in Quiz: 203  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DEV-501: Certified Force.com Advanced Developer — practice the complete quiz, review flashcards, or try a random question.


An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the <apex:actionRegion> are processed by the server, thereby increasing the performance of the page.