Esempio n. 1
0
        // TODO: Figure out how to really make these async...
        public async Task OnGetAsync(string rpCategoryId = "", string rpScriptId = "")
        {
            OutputLevels = JsonSerializer.Serialize(appSettings.OutputLevels);

            Categories = new SelectList(ScriptService.GetCategories());
        }