DurnyklyYol/DurnyklyYol.Blazor.Server/Controllers
merdan 865c48fff2 Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
..
CargoController.cs Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
ClientController.cs Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
GoodsController.cs Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
GoodsImageUploadController.Designer.cs Add project files. 2024-09-02 15:07:25 +05:00
GoodsImageUploadController.cs Add project files. 2024-09-02 15:07:25 +05:00
ReadMe.txt Add project files. 2024-09-02 15:07:25 +05:00
RequestController.cs Added Notification And Cargo request 2024-09-26 11:06:05 +05:00

ReadMe.txt

Folder Description

The "Controllers" project folder is intended for storing Blazor-specific Controller classes
that can change the default XAF application flow and add new features.


Relevant Documentation

Controllers and Actions
https://docs.devexpress.com/eXpressAppFramework/112623

Implement Custom Controllers
https://docs.devexpress.com/eXpressAppFramework/112621

Define the Scope of Controllers and Actions
https://docs.devexpress.com/eXpressAppFramework/113103

Ways to Show a View
https://docs.devexpress.com/eXpressAppFramework/112803

Ways to Implement Business Logic
https://docs.devexpress.com/eXpressAppFramework/113710

Debugging, Unit and Functional Testing
https://docs.devexpress.com/eXpressAppFramework/112572