Interface IRemovesPrefixFromExpression
An object which can get a version of a TALES expression where its expression-type prefix (if any) has been removed.
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IRemovesPrefixFromExpression
Methods
| Improve this Doc View SourceGetExpressionWithoutPrefix(String)
Gets the expression with its expression-type prefix removed (if it had one).
Declaration
string GetExpressionWithoutPrefix(string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | An expression which might have a prefix. |
Returns
Type | Description |
---|---|
System.String | The expression with its prefix removed. |