Hi i am trying to create a download button allowing the user to click the button and download the file stored. I am trying to write a script template but cannot seem to get it to work. Any ideas? this is what i have at the minute..
<script id="document" type="text/x-template">
<a asp-action="Download" class="btn blue-assembly"
asp-route-filename="${FilePath}">
Download
</a>
</script>