@model Francesco.Recipes.World.Models.CreateRecipeViewModel @using Francesco.Recipes.World.Models.BackendModels.Recipe @using Francesco.Recipes.World.Models @{ ViewData["Title"] = "Erstelle Rezept"; }

Erstelle Rezept

Allgemein

h
min
h
min

Zutaten

@await Html.PartialAsync("_IngredientsPartial", Model.IngredientViewModel ?? new IngredientViewModel { RecipeId = Model.CategoryId, Ingredients = new List(), Units = ViewBag.Units ?? new List() })

Anweisungen

@await Html.PartialAsync("_GetInstructions", Model.InstructionViewModel ?? new InstructionViewModel { RecipeId = Model.CategoryId, Instructions = new List() })

Bild/Video

Abbrechen