System.Web.Mvc.HtmlHelperExtensions.Assets C# (CSharp) Method

Assets() public static method

public static Assets ( this htmlHelper ) : AssetsHelper
htmlHelper this
return AssetsHelper
        public static AssetsHelper Assets(this HtmlHelper htmlHelper)
        {
            return AssetsHelper.GetInstance(htmlHelper);
        }
HtmlHelperExtensions