FilesTransformerUtils
Assembly: ServiceStack.dll
View Source
Declaration
public static class FilesTransformerUtils
Methods
Defaults(Action<FilesTransformer>)
View Source
Declaration
public static FilesTransformer Defaults(Action<FilesTransformer> with = null)
Returns
ServiceStack.HtmlModules.FilesTransformer
Parameters
Type | Name |
---|---|
System.Action<ServiceStack.HtmlModules.FilesTransformer> | with |
Minify(FilesTransformer, Minify, Run)
View Source
Declaration
public static FilesTransformer Minify(this FilesTransformer options, Minify minify, Run behavior = Run.OnlyInDebug)
Returns
ServiceStack.HtmlModules.FilesTransformer
Parameters
Type | Name |
---|---|
ServiceStack.HtmlModules.FilesTransformer | options |
ServiceStack.Html.Minify | minify |
ServiceStack.Run | behavior |