@foreach (var pf in Model.ProductFeature) { <div class="text-editer"> <label for="@pf.Id">@pf.Name</label> <div class="timy-edit"> <textarea id="@pf.Id" name="@pf.Id"></textarea> </div> </div> }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)