ASP.NET application settings directly in the markup

What is the syntax for accessing AppSettings directly from ASP.NET markup? I don’t remember exactly, but it was something like '<% = $ .settingname%>'

+3
source share
1 answer

<% $ AppSettings: SettingName%> '

+11
source

Source: https://habr.com/ru/post/1708587/


All Articles