---
title: "Styles.Render()"  
description: "Styles.Render()"  
author: "Anonymous User"  
published: 2012-12-29  
updated: 2012-12-29  
canonical: https://www.mindstick.com/forum/518/styles-render  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# Styles.Render()

Hi every one \
\
I'm new in MVC. can any one tell me how to use Styles using @Styles.Renderin our [projects](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects)?\
\
Thanks in advanced.

## Replies

### Reply by AVADHESH PATEL

Hi Ankita Pandey\
\
It's calling the files included in that particular bundle wich is declared inside the BundleConfig class in the App_Start folder.\
\
In that particular case The call to @Styles.Render("~/Content/css") is calling "~/Content/site.css".\
\
bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css"));\
\
you take references form given link\
\
http://www.mindstick.com/Articles/2d3da74a-94da-45fe-b361-97263cd725f2/?Bundling%20and%20Minification%20in%20ASP.NET%20MVC%204\
\
I hope it resolve your problem.\


---

Original Source: https://www.mindstick.com/forum/518/styles-render

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
