Open Closed

Mixed Render Modes #8466


User avatar
0
oyvind@apx-systems.com created
  • 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)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    Can you check this similar ticket it will helps you https://abp.io/support/questions/8378/Render-Modes

    Thank you.

  • User Avatar
    0
    oyvind@apx-systems.com created

    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

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    please check this https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes

  • User Avatar
    0
    oyvind@apx-systems.com created

    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?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    ABP uses global auto mode, you can specify the rendering mode in the component page without problem.

Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09