sumank
How to add stylesheet in view?
By sumank in ASP.NET MVC on May 10 2013
  • Jignesh Trivedi
    Apr, 2014 14

    by using following two way.... @Styles.Render("~/Content/mytest.css") or

    • 2
  • Deep Pathak
    Aug, 2014 30

    In case of Aspx Engine we use:<%= Styles.Render("~/Content/Style.css") %>& In case of Razor engine we use:@Styles.Render("~/Content/Style.css")

    • 0
  • Gaurav Verma
    Jul, 2014 11

    <%= Styles.Render("~/Content/nameofCSS.css") %>

    • 0
  • sumank
    May, 2013 10

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS