Open Closed

Controllers/Blazor Server #3193


User avatar
0
malfaqeeh48 created

How To Show The Controllers in Blazor server because I Want To Customize it

  • ABP Framework version: v5.2.2
  • UI type: Blazor server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you explain it in details?

  • User Avatar
    0
    malfaqeeh48 created

    I have Commercial Abp blazor Project when I add A new class from abp suite I see the components and services but I can not to see the controllers !! I am telling you i want to see it. how?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Application template do not need to generate controllers. Modules template require HttpAPI controllers.

  • User Avatar
    0
    malfaqeeh48 created

    how i can to add like method to upload file in blazor server

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can call the application service in the Blazor Server.

    https://docs.microsoft.com/en-us/aspnet/core/blazor/file-uploads?view=aspnetcore-6.0&pivots=server

  • User Avatar
    0
    malfaqeeh48 created

    afte i finish the code from razor page where i have to put your code ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    In your component.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11