Clarify the distinctive sorts of VisualForce controllers in Salesforce.

devquora
devquora

Posted On: Feb 22, 2018

 

 The VisualForce controller usually defines a whole instruction set that basically indicates what all can happen when the client communicates with various parts accessible on VisualForce pages. These segments might be links, buttons, or some other activity thing. There are three mainstream kinds of Visual Force Controllers in Salesforce. These are Controller Extensions, Standard Controller and the Custom Controller.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Visualforce Interview Questions

    Tell us something about Visualforce Page.

     Visualforce is new markup language which is introduced by Salesforce, and by using this language, we can even render t..

    Visualforce Interview Questions

    Is it generally important to know Apex to make Visualforce pages? At the point when does it end up important?

     No, it isn’t generally fundamental. You can utilize standard controllers and VF part labels to achieve a considerabl..

    Visualforce Interview Questions

    What is AJAX ordinarily used for in Visualforce?

    AJAX is principally used for the partial page updates in the Visualforce. In s-controls, AJAX toolbox was a soap custo..