A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained.

A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained.If content should be stripped from the included page, use the component instead.

Question:

A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained.

Options:

apex:iframe

apex:include

apex:inputFile

apex:inputField

Correct Answer

The Correct Answer for this Question is

apex:include

Leave a Comment