- ABP Framework version: v8.3.4
- UI Type: Blazor WASM / Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hello,
We are currently working on improving a part of our web application. We are currently upgrading to ABP 8.3.4 in order to use the render modes of .net to speed up rendering of some complex pages/components.
We have been reading up on the documentation that you provide, but cannot seem to find any information about how to enable render modes per page or per component using ABP.
Do you have any documentation or step-by-step on how to do this?
5 Answer(s)
-
0
Hello ,
Can you check this similar ticket it will helps you https://abp.io/support/questions/8378/Render-Modes
Thank you.
-
0
Hello,
Thanks for getting back so quickly. Unfortunately, I can't see that that ticket is describing how to set rende mode per component and per page, that we are trying to do.
Thank you
-
0
please check this https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes
-
0
I have successfully used mixed rendermodes in a dotnet Blazor solution. The questions is how to set this up using the ABP framework. Which template should I start with and which configuration steps needs to be done in the Module?
-
0
Hi,
ABP uses global auto mode, you can specify the rendering mode in the component page without problem.