Dear Syncfusion Support
I try using toast notification as per code belows
<ejs-toast id="toast_default" title="Success" content="xxxxx" icon="e-success toast-icons" close="onclose" beforeOpen="onBeforeOpen">
<e-toast-position X="Right"></e-toast-position>
</ejs-toast>
<div class="col-lg-12 col-sm-12 col-md-12 center">
<div id="toastBtnDefault" style="margin: auto;text-align: center;visibility:hidden">
<button class="e-btn" id="toastBtnShow">Show Toasts</button>
<button class="e-btn" id="toastBtnHide">Hide All</button>
</div>
</div>
how i can pass viewbag information into content = "xxxx"
appreciate on your feedback on this matters.
Thanks