mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
450 B
25 lines
450 B
5 years ago
|
# JavaScript API
|
||
|
|
||
|
ABP provides some JavaScript APIs for ASP.NET Core MVC / Razor Pages applications. They can be used to perform some common application requirements in the client side.
|
||
|
|
||
|
## APIs
|
||
|
|
||
|
* abp.ajax
|
||
|
* [abp.auth](Auth.md)
|
||
|
* abp.currentUser
|
||
|
* abp.dom
|
||
|
* abp.event
|
||
|
* abp.features
|
||
|
* abp.localization
|
||
|
* abp.log
|
||
|
* abp.ModalManager
|
||
|
* abp.notify
|
||
|
* abp.security
|
||
|
* abp.setting
|
||
|
* abp.ui
|
||
|
* abp.utils
|
||
|
* abp.ResourceLoader
|
||
|
* abp.WidgetManager
|
||
|
* Other APIs
|
||
|
|