I have a MVC view where I am using Yandex external API for address search.
This is the script I have to add in order to use the Yandex services.
<script src="https://api-maps.yandex.ru/2.1/?apikey=xxxxxxxxxx&lang=ru_RU" type="text/javascript">
Is there a way to read this script src from the backend instead of directly using it in the View, as it contains the api key?