Property | Type | Description | |
---|---|---|---|
CustomHandler | Func | ||
Name | string | ||
Regexes | ISet |
||
Statistics | |||
Used | bool |
Method | Description | |
---|---|---|
Build ( |
Applies all changes to the document. Templ.Build automatically executes it for all Templ.ActiveModules.
|
|
TemplModule ( string name, string prefix ) : System |
Creates a code module for the document build process
|
Method | Description | |
---|---|---|
AddPrefix ( string prefix ) : |
Given a prefix, add a placeholder to Regexes. These are used to find Matches in the document.
|
protected AddPrefix ( string prefix ) : |
||
prefix | string | |
return |
public abstract Build ( |
||
doc | ||
model | object | |
modelEntryFailAction | HandleFailAction | |
return | void |
public TemplModule ( string name, string prefix ) : System | ||
name | string | Module name |
prefix | string | Placeholder prefix when searching for matches |
return | System |
public TemplModuleStatistics,TemplNET Statistics | ||
return |