PrepAway - Latest Free Exam Questions & Answers

The Visualforce page should include which attribute(s) to correctly implement controller functiona

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”


Leave a Reply