@using (Html.BeautifulBox("My Box Title")) {<div class="panel-content-inner"> Long Content... Generated by Functions, loops ect.. Nice to use for simple DRY containers that wrap content</div> } I know helpers don't exist but anything to accomplish passing through big blocks of content like this?
↧
ViewComponent, Partial or other? Anything that can allow for this @helper like syntax?
↧