Skip to content

Commit 91fec7a

Browse files
Update eval-execute.md
1 parent 22af19c commit 91fec7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/documentations/eval-execute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int result = Eval.Execute<int>("X + Y", expandoObject);
4040
var values = new Dictionary<string, object>() { {"X", 1}, {"Y", 2} };
4141
int result = Eval.Execute<int>("X + Y", values);
4242
```
43-
{% include component-try-it.html href='https://dotnetfiddle.net/W9TwcP' %}
43+
{% include component-try-it.html href='https://dotnetfiddle.net/xquPID' %}
4444

4545
## Execute and return an object result
4646
You can return the result as an object:

0 commit comments

Comments
 (0)