@using EDAViewer.Controllers @{ string index = nameof(HomeController.Index); string privacy = nameof(HomeController.Privacy); string background = nameof(HomeController.Background); string homeController = nameof(HomeController).Replace("Controller", string.Empty); string schemeHostURL = string.Concat(Context.Request.Scheme, "://", Context.Request.Host); }
@await RenderSectionAsync("Meta", required: false)