예제 #1
0
        public IActionResult Index()
        {
            string applicationInsightsInstrumentationKey = ConfigurationHelper.ApplicationInsightsInstrumentationKey(config);

            return(View(new IndexViewModel {
                ApplicationInsightsInstrumentationKey = applicationInsightsInstrumentationKey
            }));
        }