@using APCViewer.Controllers @{ string pdsf = nameof(HomeController.PDSF); string index = nameof(HomeController.Index); string ipdsf = nameof(HomeController.IPDSF); string privacy = nameof(HomeController.Privacy); string timePivot = nameof(HomeController.TimePivot); 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)