0
我想在MVC的視圖文件中連接一個字符串。我們如何在MVC中的視圖文件中連接一個字符串
我們該怎麼做?
我想使用的應用程序鍵的值作爲值:
<%=ConfigurationManager.AppSettings["googleMapKey"].ToString() %>
我想它去的地方,關鍵的值是:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC6P8xxxxxxxxxxxxxxxxhNMwLG0M&sensor=false"></script>