Bundling.Extensions.Transforms.JsTransform.Process C# (CSharp) Method

Process() public method

public Process ( BundleContext context, BundleResponse response ) : void
context BundleContext
response BundleResponse
return void
        public void Process(BundleContext context, BundleResponse response)
        {
            response.ContentType = "text/javascript";
        }
    }
JsTransform