In Visualforce, to specify a standard controller for a custom object, the syntax iscontroller="ObjectName__c".
To add custom functionality, you can use anextensionsattribute to include a controller extension.
Why not other options?
A: The correct syntax iscontroller, notstandardController, for custom objects.
BandC: These are syntactically incorrect.
Visualforce Pages Documentation
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit