The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?
A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension.
The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?
A . controller=“Case” and extensions=“myControllerExtension”
B . extensions=“myControllerExtension”
C . controller=“myControllerExtension”
D . standardController=“Case” and extensions=“myControllerExtension”
Answer: D
Latest DEX-450 Practice Questions with 456 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments