Тёмный

How to Use Blazor Components in ASP.NET Core MVC? 

Claudio Bernasconi
Подписаться 18 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@timmy334
@timmy334 8 месяцев назад
This video provides the exact answers I needed! Thank you!
@ClaudioBernasconi
@ClaudioBernasconi 8 месяцев назад
Glad it was helpful!
@robdevoer1
@robdevoer1 2 месяца назад
Thanks for this great example! One improvement is to not add the reference to the blazor script in your layout page but to include that into the scripts section of the page(s) that call the blazor component. This way only the pages that require blazor will use the script. @section Scripts { }
@ClaudioBernasconi
@ClaudioBernasconi 2 месяца назад
@@robdevoer1 interesting. Have you tested if that results in multiple downloads when navigating to the page multiple times? Or does the browser cache the file in your case?
@thibaultdolley734
@thibaultdolley734 5 месяцев назад
Thank you for providing the github repository
@ClaudioBernasconi
@ClaudioBernasconi 5 месяцев назад
I hope it helps. 😉
@nogginbox
@nogginbox 2 месяца назад
This shows me almost exactly what I want to do. Is there a way to route some pages to a Blazor WASM page component and the rest to existing MVC controllers?
@ClaudioBernasconi
@ClaudioBernasconi 2 месяца назад
It's a great question. I don't know it from the top of my head. I hope you were able to find a solution. Let us know if you did. Thank you.
@ailhad
@ailhad 2 месяца назад
this just saved my life
@ClaudioBernasconi
@ClaudioBernasconi 2 месяца назад
@@ailhad glad you're doing well! 🙏😉
@nezqwe4818
@nezqwe4818 9 месяцев назад
Hi, I tried doing this with but when it hit the page. the generated value got ran twice by itself. For example, I hit the page the shown var was 22 then a few miliseconds it changed to 67. How do I prevent it from running again? I'm on .net 8.0.1
@ClaudioBernasconi
@ClaudioBernasconi 9 месяцев назад
It depends on how you initialize the value. OnInitialiezed or OnInizializedAsync are good locations. Hard to tell your issue without seeing your code.
@nezqwe4818
@nezqwe4818 9 месяцев назад
@@ClaudioBernasconi Ah, figured it out. It was prerender. I need to change render mode to render-mode="WebAssembly"
@THEArenaVD
@THEArenaVD 6 месяцев назад
Hey im trying to pass in a complex Object List in my razor component and when running my application I get Blazor server error usung chrome. Would you habe any idea as to why this is occurring?
@ClaudioBernasconi
@ClaudioBernasconi 6 месяцев назад
What is the error?
@maxalbrecht9913
@maxalbrecht9913 9 месяцев назад
Hi, I am up to 3:30, but when I click the "Generate" button, the number does not change
@ClaudioBernasconi
@ClaudioBernasconi 9 месяцев назад
That is not okay. However, it's hard to help you like that, I'm sorry. I hope you'll find a solution.
@ItsBabywise
@ItsBabywise 7 месяцев назад
Did you ever fix this issue? This seems to be my problem with every tutorial EDIT: The reason you get this issue is because your _Imports.razor does not yet exist if you're following along at 3:32... if u look closely, _Imports.razor appears on the right side in the video but its not talked about until afterwards which might be where your confusion comes from, once you add this file it will update
@grzegorzwisniewski8394
@grzegorzwisniewski8394 2 месяца назад
@@ItsBabywise hi, I have the same problem and unfortunetly your solution not work for me. Do you have any other suggestions?
@10Totti
@10Totti 10 месяцев назад
Thanks, but it wouldn't be easier to use Blazor Custom Elements
@ClaudioBernasconi
@ClaudioBernasconi 10 месяцев назад
I haven't explored custom elements in Blazor yet.
@leonardohidrovo4729
@leonardohidrovo4729 9 месяцев назад
Using Sessions in a MVC core application, how to use the user session values in a Blazor component inside MVC view?
@ClaudioBernasconi
@ClaudioBernasconi 9 месяцев назад
Great question. I'm not familiar with how Sessions work in MVC. However, that shouldn't be an issue. The concept is simple. You have to provide every information you want to use inside a Blazor component as an argument. There are more advanced concepts but I would keep it simple and provide the information from the Session as an argument (parameter) to the Blazor component. Say you want to use the username, you add a parameter using the [Parameter] attribute on the Blazor component and then provide it when you use the component.
@leonardohidrovo4729
@leonardohidrovo4729 9 месяцев назад
@@ClaudioBernasconi thanks for the response. In my case I would like to use some existing mvc services (scope implementation) that uses IhttpcontextAccesor to get de user session values and retrieve information from database. However I saw in the Microsoft documentation that is not recommend to use the HttpContext in blazor server
@ndasss9563
@ndasss9563 9 месяцев назад
Does this work on .net 7 as well ? Sry im new..
@ClaudioBernasconi
@ClaudioBernasconi 9 месяцев назад
Thanks for your question, and welcome. Yes, it should also work on .NET 7.
Далее
Blazor Localization in .NET 8 & Blazor Server
13:58
Просмотров 9 тыс.
ДУБАЙСКАЯ ШОКОЛАДКА 🍫
00:55
Просмотров 2,3 млн
8 Free and Open Source Blazor UI Libraries
9:42
Просмотров 41 тыс.
Coding Shorts 111: Was I Wrong About Blazor?
16:35
Просмотров 13 тыс.
Implementing JWT Authentication in ASP.NET Core
23:51
What's Next for ASP.NET Core & Blazor
1:15:10
Просмотров 25 тыс.
Should I Focus on Blazor or ASP.NET Core?
12:39
Просмотров 80 тыс.