System.Web.Mvc.HtmlHelpers.CSS C# (CSharp) Method

CSS() public static method

public static CSS ( this helper, string fileName ) : HtmlString
helper this
fileName string
return HtmlString
        public static HtmlString CSS(this HtmlHelper helper, string fileName)
        {
            return CSS(helper, fileName, "screen");
        }

Same methods

HtmlHelpers::CSS ( this helper, string fileName, string media ) : HtmlString