Browse Source

remove old & duplicate document: Dynamic-JavaScript-Client-Proxies.md

pull/8442/head
Halil İbrahim Kalkan 5 years ago
parent
commit
b8d33ae993
  1. 2
      docs/en/UI/AspNetCore/JavaScript-API/Ajax.md
  2. 3
      docs/en/UI/AspNetCore/JavaScript-API/Dynamic-JavaScript-Client-Proxies.md

2
docs/en/UI/AspNetCore/JavaScript-API/Ajax.md

@ -8,7 +8,7 @@
* Can **block** a UI part (or the full page) during the AJAX operation.
* Allows to fully customize any AJAX call, by using the standard `$.ajax` **options**.
> While `abp.ajax` makes the AJAX call pretty easier, you typically will use the [Dynamic JavaScript Client Proxy](Dynamic-JavaScript-Client-Proxies.md) system to perform calls to your server side HTTP APIs. `abp.ajax` can be used when you need to perform low level AJAX operations.
> While `abp.ajax` makes the AJAX call pretty easier, you typically will use the [Dynamic JavaScript Client Proxy](../Dynamic-JavaScript-Proxies.md) system to perform calls to your server side HTTP APIs. `abp.ajax` can be used when you need to perform low level AJAX operations.
## Basic Usage

3
docs/en/UI/AspNetCore/JavaScript-API/Dynamic-JavaScript-Client-Proxies.md

@ -1,3 +0,0 @@
# ASP.NET Core MVC / Razor Pages UI: Dynamic JavaScript Client Proxies
TODO
Loading…
Cancel
Save