Skip to main content

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
TypeName
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
TypeName
ServiceStack.HtmlModules.FilesTransformeroptions
ServiceStack.Html.Minifyminify
ServiceStack.Runbehavior