Skip to content

Commit ebb7400

Browse files
committed
Second DotNetFiddle example
1 parent a2b428c commit ebb7400

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2020-06-18-agilemapper-v1_7.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Mapper.WhenMapping
3333
});
3434
```
3535

36-
See a live example on [DotNetFiddle](https://dotnetfiddle.net/XNPrMS){:target="_blank"}.
36+
[This DotNetFiddle](https://dotnetfiddle.net/XNPrMS){:target="_blank"} has a live example.
3737

3838
## Alternate Data Sources
3939

@@ -52,6 +52,8 @@ In this example AgileMapper's usual [Dictionary mapping]({{ site.am_docs }}/Dict
5252
skipped, and the source Dictionary's `Values` collection is used to update the target `List<Product>`
5353
using [collection mapping]({{ site.am_docs }}/Collections) instead.
5454

55+
[This DotNetFiddle](https://dotnetfiddle.net/JzQfLX){:target="_blank"} has a live example.
56+
5557
Note that `ToTargetInstead()` is different to `ToTarget()`:
5658

5759
```csharp

0 commit comments

Comments
 (0)