How to Pass Data from One Page to Another in Blazor SSR (Static Server Side Rendering) .Net 8

preview_player
Показать описание
In this video I explained different approaches to pass data from one page to another page in Blazor SSR (Static Server Side Rendering Mode) in .Net 8

Connect with me on social media

How to Pass Data Between Pages in Blazor SSR in .Net 8 by Abhay Prince
How to Pass Data Among Pages in Blazor SSR in .Net 8
How to Pass Data From One Page to Another in Blazor SSR in .Net 8
Passing Data in Blazor SSR
Passing Data from 1 Page to Another in Blazor SSR
How can we pass some data from one page to another page in Blazor SSR
How to Pass Data Between Pages in Blazor Server Rendering in .Net 8
How to Pass Data Between Pages in Blazor Static Server Side Rendering
How to use cookies with blazor ssr
how to use cookie to pass data in blazor ssr
how to use query string with blazor ssr
how to use query strings to pass data from one page to another in blazor ssr
how to use cookies to pass data from one page to another blazor ssr

#blazor #blazorssr #dotnet #dotnetcore #abhayprince #aspnetcoreblazor #aspnetcore #net8 #fileupload #blazorfileupload #fileuploadblazor #blazorssrfileupload #fileuploadblazorssr
Рекомендации по теме
Комментарии
Автор

Thanks for your hard work, much appreciated.

lukevincent
Автор

Great explanation. How would this use case be different than using [Parameters]?

Andre.
Автор

Noice. Thanks for sharing this. Bookmarked.

toddschavey
Автор

now that i watched this video, i think this could be the solution for my problem:

i have an interactive server page, in which the user completes a registration form, and i want the user to be logged in already when completing the form. but i noticed there is no way to access the http context from the interactive server pages, so i was wondering some SSR page with cookies to read the credentials and call the httpcontext.signin method in between after the interactive page and the final page the user is redirected.

do you think that will work?

BarriDuty