How to Preview the image and download which is in base64string format in mvc view using C#
<div class="col-lg-9 col-xl-6"> @if (reclaimdetai != null) { @foreach (var item in reclaimdetai.RequestFileList) { ...