Bundling.Extensions.Transforms.CssTransform.Process C# (CSharp) 메소드

Process() 공개 메소드

public Process ( BundleContext context, BundleResponse response ) : void
context BundleContext
response BundleResponse
리턴 void
        public void Process(BundleContext context, BundleResponse response)
        {
            response.ContentType = "text/css";
        }
    }
CssTransform