Browse Source

Update docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24897/head
Enis Necipoglu 1 month ago
committed by GitHub
parent
commit
11795e2eda
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md

2
docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md

@ -464,7 +464,7 @@ No explicit registration needed - just add files and they're available!
Add `[RequiresFeature]` to restrict access based on feature flags:
```csharp
[RequiresFeature("MyApp.Feature.CanDoSomething")]
| 9 | **Object Mapping** | Mapperly (compile-time) | Inherit from `MapperBase` / `TwoWayMapperBase` and use `[Mapper]` attribute |
public async Task DoSomethingAsync() { }
```

Loading…
Cancel
Save