Named Sections
Using named sections in Umbraco
Defining a Named Section
@section Contact
{
<div class="container">
<div class="row section">
<div class="col-md-9">
<p>@Model.AuthorName()</p>
</div>
</div>
</div>
}Render a Name Section
Last updated
Was this helpful?


