Creating and Using Partial Views in ASP.NET MVC
Add a View to the project. Check the "Create a partial view (.asxc)' check box, select "Create a strongly-typed view" if using a model with page and select the "View data class" if creating a strongly-type view.
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl
>" %>
<% foreach (var blog in Model) } %>