Bundling.Extensions.Transforms.CssTransform.Process C# (CSharp) Méthode

Process() public méthode

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