---
title: "how i can render Partial views in asp.net mvc"  
description: "how i can render Partial views in asp.net mvc"  
author: "Anonymous User"  
published: 2018-03-23  
updated: 2018-03-26  
canonical: https://www.mindstick.com/forum/34447/how-i-can-render-partial-views-in-asp-dot-net-mvc  
category: "asp.net"  
tags: ["c#", "asp.net mvc"]  
reading_time: 1 minute  

---

# how i can render Partial views in asp.net mvc

How can i [render partial](https://www.mindstick.com/forum/155807/how-we-render-partial-view-in-asp-dot-net-mvc) view

```
 <div class="main">
     </div>
```

I want to show [partial view](https://www.mindstick.com/articles/1132/auto-refresh-partial-view-in-asp-dot-net-mvc) [data](https://www.mindstick.com/articles/13050/salesforce-aiming-to-dominate-predictive-analytics-with-data-science) inside div tag

## Replies

### Reply by Anonymous User

for strongly type [view](https://yourviews.mindstick.com/view/84701/layoffs-in-google-india-2023-view)

@Html.[Partial](https://www.mindstick.com/blog/78/partial-class-in-dot-net)("viewname",model)

without strongly type view just remove model

@Html.Partial("viewname")


---

Original Source: https://www.mindstick.com/forum/34447/how-i-can-render-partial-views-in-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
