Try your search with a different keyword or use * as a wildcard.
@model ConfigurationModel
@{
    Layout = "_ConfigurePlugin";
    //tour step
    ViewBag.TourStep = TourStep.TaxManual;
}
@await Html.PartialAsync("_AdminTour")
    
    
    @Html.Raw(Model.TaxCategoriesCanNotLoadedError)