I have an html file where I need to render the app id that will come from a script sharp (.js.cs) file. Do you know how I can set this up?
<script type="text/javascript" data-app-id="value" src="https://xyz.js"></script>
Thank you,
Edit: Including more details if needed. I have an html file which has script like above, it renders scripts from a source location. But there when the solution is deployed, each Organization will have it's data-app-id which will be coming from back end. I have this value in a .js.cs file, but how to set it in the above script at run time?