Browse Source

Remove placeholder for dynamic proxying docs

pull/23652/head
maliming 1 year ago
parent
commit
6f0794b12d
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 7
      docs/en/dynamic-proxying-interceptors.md
  2. 1
      docs/en/framework/infrastructure/interceptors.md

7
docs/en/dynamic-proxying-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)

1
docs/en/framework/infrastructure/interceptors.md

@ -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)

Loading…
Cancel
Save