Method | Description | |
---|---|---|
BlockHelper ( string helperName, IEnumerable |
||
Boolish ( |
||
Comment ( string value ) : HandlebarsDotNet.Compiler.CommentExpression | ||
DeferredSection ( HandlebarsDotNet.Compiler.PathExpression path, System.Linq.Expressions.BlockExpression body, System.Linq.Expressions.BlockExpression inversion ) : HandlebarsDotNet.Compiler.DeferredSectionExpression | ||
HashParametersExpression ( object>.Dictionary |
||
Helper ( string helperName ) : HandlebarsDotNet.Compiler.HelperExpression | ||
Helper ( string helperName, IEnumerable |
||
Iterator ( |
||
Iterator ( |
||
Partial ( |
||
Partial ( |
||
Partial ( |
||
Path ( string path ) : HandlebarsDotNet.Compiler.PathExpression | ||
Statement ( |
||
Static ( string value ) : HandlebarsDotNet.Compiler.StaticExpression | ||
SubExpression ( |
public static BlockHelper ( string helperName, IEnumerable |
||
helperName | string | |
arguments | IEnumerable |
|
body | ||
inversion | ||
return | HandlebarsDotNet.Compiler.BlockHelperExpression |
public static Boolish ( |
||
condition | ||
return | HandlebarsDotNet.Compiler.BoolishExpression |
public static Comment ( string value ) : HandlebarsDotNet.Compiler.CommentExpression | ||
value | string | |
return | HandlebarsDotNet.Compiler.CommentExpression |
public static DeferredSection ( HandlebarsDotNet.Compiler.PathExpression path, System.Linq.Expressions.BlockExpression body, System.Linq.Expressions.BlockExpression inversion ) : HandlebarsDotNet.Compiler.DeferredSectionExpression | ||
path | HandlebarsDotNet.Compiler.PathExpression | |
body | System.Linq.Expressions.BlockExpression | |
inversion | System.Linq.Expressions.BlockExpression | |
return | HandlebarsDotNet.Compiler.DeferredSectionExpression |
public static HashParametersExpression ( object>.Dictionary |
||
parameters | object>.Dictionary | |
return | HandlebarsDotNet.Compiler.HashParametersExpression |
public static Helper ( string helperName ) : HandlebarsDotNet.Compiler.HelperExpression | ||
helperName | string | |
return | HandlebarsDotNet.Compiler.HelperExpression |
public static Helper ( string helperName, IEnumerable |
||
helperName | string | |
arguments | IEnumerable |
|
return | HandlebarsDotNet.Compiler.HelperExpression |
public static Iterator ( |
||
sequence | ||
template | ||
return | HandlebarsDotNet.Compiler.IteratorExpression |
public static Iterator ( |
||
sequence | ||
template | ||
ifEmpty | ||
return | HandlebarsDotNet.Compiler.IteratorExpression |
public static Partial ( |
||
partialName | ||
return |
public static Partial ( |
||
partialName | ||
argument | ||
return |
public static Partial ( |
||
partialName | ||
argument | ||
fallback | ||
return |
public static Path ( string path ) : HandlebarsDotNet.Compiler.PathExpression | ||
path | string | |
return | HandlebarsDotNet.Compiler.PathExpression |
public static Statement ( |
||
body | ||
isEscaped | bool | |
trimBefore | bool | |
trimAfter | bool | |
return | HandlebarsDotNet.Compiler.StatementExpression |
public static Static ( string value ) : HandlebarsDotNet.Compiler.StaticExpression | ||
value | string | |
return | HandlebarsDotNet.Compiler.StaticExpression |
public static SubExpression ( |
||
expression | ||
return | SubExpressionExpression |