Browse Source
Remove placeholder for dynamic proxying docs
pull/23652/head
maliming
1 year ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
2 changed files with
1 additions and
7 deletions
-
docs/en/dynamic-proxying-interceptors.md
-
docs/en/framework/infrastructure/interceptors.md
|
|
|
@ -1,7 +0,0 @@ |
|
|
|
# Dynamic Proxying / Interceptors |
|
|
|
|
|
|
|
This document is planned to be written later. |
|
|
|
|
|
|
|
## See Also |
|
|
|
|
|
|
|
* [Video tutorial](https://abp.io/video-courses/essentials/interception) |
|
|
|
@ -184,3 +184,4 @@ To avoid generating dynamic proxies for specific types, use the static class `Dy |
|
|
|
* [Castle DynamicProxy](https://github.com/castleproject/Core/blob/master/docs/dynamicproxy.md) |
|
|
|
* [Castle.Core.AsyncInterceptor](https://github.com/JSkimming/Castle.Core.AsyncInterceptors) |
|
|
|
* [ASP.NET Core Filters](https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/filters) |
|
|
|
* [ABP Video Introduction](https://abp.io/video-courses/essentials/interception) |
|
|
|
|