System.Web.Mvc.HtmlHelpers.CSS C# (CSharp) Méthode

CSS() public static méthode

public static CSS ( this helper, string fileName ) : HtmlString
helper this
fileName string
Résultat 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