public async Task <IActionResult> FeatureAsync(string id) { var model = await _featureService.FeatureRemoveAsync(id); return(RedirectToPage(typeof(Pages.Manage.Feature.IndexModel).Page(), new { status = model.GetDisplayName() })); }