Hello,
I am working on mvc, there is model object have comma contain string. Then,
- return View("PartnerProfile", ProfileModel);
how can split and show 1st element in the below <h3> and others ?
View,
- <ul class="sev-list">
- <h3>A</h3>
- <li>b</li>
- <li>c</li>
- <li>d</li>
- </ul>