Skip to main content

Namespace ServiceStack.HtmlModules

Classes

ApplyToLineContaining

FileHandler

Include a single file using absolute or module relative path, e.g
<!--file:single.html--> or /file:single.txt/ <!--file:/path/to/single.html--> or /file:/path/to/single.txt/

FilesHandler

Include files matching a glob pattern using absolute or module relative paths, e.g
<!--files:components/.html--> or /files:components/.css/ <!--files:/dir/components/.html--> or /files:/dir/.css/

FilesTransformer

FilesTransformerUtils

FileTransformerOptions

GatewayHandler

Invoke gateway response and return result as JSON, e.g: /gateway:window.ARG=MyRequest({arg:1})/

HtmlHandlerFragment

HtmlModuleBlock

HtmlModuleLine

HtmlTextFragment

HtmlTokenFragment

MinifyBlock

RawBlock

RemoveBlock

RemoveLineContaining

RemoveLineEndingWith

RemoveLineStartingWith

RemoveLineWithOnlyWhitespace

RemovePrefixesFromLine

SharedFolder

Register a shared folder to easily import shared .html components or files
<!--shared:Brand,Input--> or /shared:app.css/

Interfaces

IHtmlModuleFragment

IHtmlModulesHandler