How to include/refer a dynamic component template in the page. I had created a dynamic CT and published it, but want to render its presentation in the page.
Please suggest.
Thanks in advance,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are many ways to add dynamic presentation on the page.
Direct Approach – For this your component presentation should be allowed to on page. Check Allow on Page Using Dynamic Assembly. Add the presentation on page same as all others.
Code Approach – You may use API to get your component presentation direct from the broker storage.
Here is sample code for the same.
c#