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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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() { } |
|
|
|
``` |
|
|
|
|
|
|
|
|