ExpressionHelper
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public static class ExpressionHelper
Methods
GetExpressionText(String)
View Source
Declaration
public static string GetExpressionText(string expression)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | expression |
GetExpressionText(LambdaExpression)
View Source
Declaration
public static string GetExpressionText(LambdaExpression expression)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Linq.Expressions.LambdaExpression | expression |