We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22af19c commit 91fec7aCopy full SHA for 91fec7a
docs2/pages/documentations/eval-execute.md
@@ -40,7 +40,7 @@ int result = Eval.Execute<int>("X + Y", expandoObject);
40
var values = new Dictionary<string, object>() { {"X", 1}, {"Y", 2} };
41
int result = Eval.Execute<int>("X + Y", values);
42
```
43
-{% include component-try-it.html href='https://dotnetfiddle.net/W9TwcP' %}
+{% include component-try-it.html href='https://dotnetfiddle.net/xquPID' %}
44
45
## Execute and return an object result
46
You can return the result as an object:
0 commit comments