1.

How we can add the CSS in ASP.Net MVC?

Answer»

Below is the sample code snippet to add css to razor views :< link rel="StyleSheet" href="/Href(~Content/Site.css")" type="text/css"/>



Discussion

No Comment Found