Bundler.Utilities.YUITransform.YUITransform C# (CSharp) Method

YUITransform() public method

public YUITransform ( contentType contentType ) : System.IO
contentType contentType
return System.IO
        public YUITransform(contentType contentType)
        {
            if (contentType == contentType.css)
               {
            this._contentType = "text/css";
               }
               else
               {
            this._contentType = "text/javascript";
               }
        }