You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to create standalone blazor pages that can be served without a server. Is there an easy way to do this? I want to make a framework that can make a crossplatform gui with just c# and c++ dll's that way you don't have to talk through a localhost or https. The only issue I can see with this is not being able to pass parameters for the blazor pages through url, but I am sure there is probably a work around for that too.
Also I am aware this is not an issue with blazor, but I am looking for blazor information.