Skip to main content

FileTransformerOptions

Assembly: ServiceStack.dll​
View Source​
Declaration
public class FileTransformerOptions

Properties​

LineTransformers​

View Source​
Declaration
public List<HtmlModuleLine> LineTransformers { get; set; }

BlockTransformers​

View Source​
Declaration
public List<HtmlModuleBlock> BlockTransformers { get; set; }

FilesTransformers​

View Source​
Declaration
public List<HtmlModuleBlock> FilesTransformers { get; set; }

Methods​

Without(Run)​

View Source​
Declaration
public FileTransformerOptions Without(Run behavior)
Returns​

ServiceStack.HtmlModules.FileTransformerOptions

Parameters​
TypeName
ServiceStack.Runbehavior