<div class="welcome">
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent" />
<div style="margin: 10px 0;">
<asp:ContentPlaceHolder runat="server" ID="MainContent" />
</div>
<!-- etc -->
</div>
I have master page in asp.net project which have two content place holder? Now i am trying to create. this project in MVC how to to take two content place holder in _Layout.cshtml. So at derived page i can put my content's in between this.