Valid B2C-Commerce-Developer Dumps shared by ExamDiscuss.com for Helping Passing B2C-Commerce-Developer Exam! ExamDiscuss.com now offer the newest B2C-Commerce-Developer exam dumps, the ExamDiscuss.com B2C-Commerce-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com B2C-Commerce-Developer dumps with Test Engine here:
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions. Which link function generates the correct link?
Correct Answer: C
In Salesforce B2C Commerce, the $httpUrl method is used to generate a fully qualified URL to a specified route. For creating a link within a content asset to another content asset, you should use the $httpUrl function with the appropriate pipeline and parameters. In this case, 'Content-Show' is the correct pipeline to use for fetching content assets based on their ID, and the 'cid' parameter specifies the content asset ID. Thus, $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$ correctly generates the URL needed to link to the content asset with the ID "terms-and-conditions".