Mixing AspNetCore MVC/Razor Pages with Blazor #29987
Unanswered
mkalinski93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I´m pretty much questioning myself which way to go with Asp.Net Core.
I enjoy working with the framework very much, but find myself struggling on making choices in terms of choosing the right dev stack for my demands.
Right now, I am getting myself into blazor and I am enjoying it - as a lot of people do!
With Blazor I came to some limitations (e.g Identity, Authorization, Authentication) which sometimes results in using razor views or eventually controllers as well.
The question is, will this be the recommended way (mixing views/controllers/blazor components) or is this just a temporarely workaround for the limitations?
If this becomes recommended, then how do we interact out of a component with controllers and views. Do we need to use HttpClient? How do we interact with Razor Pages and page handlers? How do we pass parameters (e.g ViewModels)?
I am really looking forward to find out how you guys have this general topic in mind. Probably I have a negative point of view or misunderstand the concept at all. I am just curious.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions