-
Instead of using view models, controllers, and views we should convert to Razor Pages.
Documentation: https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-2.1&tabs=visual-studi…
-
I get an object reference not set to instance of an object error at below code.
HttpContext.JsReportFeature().Recipe(Recipe.ChromePdf);
return Page();
I am using jsreport to generate…
-
If I try to use the Dependency Injector in the `.cshtml.cs` file of a Razor Page, it gets the error:
"Could not inject dependency because the class was not found in his file"
![image](https://gith…
-
first of all thank you for providing this package ,
i have a asp.net core razor pages app and writing so many js code , now if i want to import them to blazor ssr with this way , need to go every js…
-
The new Razor engine supports Razor pages syntax and will attempt to compile them, but we're missing some of the bits to make it work. For example, adding `@page` to the Razor file results in `error C…
-
I'm using Blazor Hybrid with Razor pages and have some issues with playing back recorded audio on Mac. It looks like recording works fine, since the audio control loads the audio stream successfully a…
-
Should show how to configure the following app types to use a Keycloak instance to manage authentication (user, app -> api), and authorization:
- [ ] APIs
- [x] Minimal APIs
- [ ] Controllers…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Bringing #4873 `Localized vie…
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Docs …
-
### suggestion
With modular monoliths I find that the ui needs of different modules varies quite a lot.
ie: Some might show a dashboard or graph, others a razor page with a few forms, those with mor…