I have this code (nested inside a form post) but am continually getting the error that it\'s missing the closing }
@for(int i=0;i< itemsCount
Or you can use the Html.Raw helper
Html.Raw
@for(int i=0; i < itemsCount; i++) { }