@model Francesco.Recipes.World.Models.BackendModels.Recipe.Recipe
@{
ViewData["Title"] = "Remove Ingredient";
}
Remove Ingredient
Are you sure you want to remove the ingredient '@ViewBag.IngredientName' from this recipe?
@section Scripts {
@await Html.PartialAsync("_ValidationScriptsPartial")
}