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")
@await Html.PartialAsync("~/Plugins/Tax.FixedOrByCountryStateZip/Views/_FixedRate.cshtml")
@await Html.PartialAsync("~/Plugins/Tax.FixedOrByCountryStateZip/Views/_CountryStateZip.cshtml", Model)
@Html.Raw(Model.TaxCategoriesCanNotLoadedError)