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
Hey there!
I would like to learn or find some Uno docs, to learn how I can connect Routes defined through my Minimal API Endpoints or ErrorCodePages to a Page on my WebAssembly App 🤔
Blazor for example uses in its Razor Pages a line like this on the top:
and their Navigation is of course using html with href:
or for their... auth page nested links I think this should be 🤔
I do not know very much about html or how things are connected there at all, but maybe you see what I am meaning.
in their Services, the current template with "Individual Accounts" preset, does use Mvc and somehow seem to connect the call to the Route they have in their Pages:
And they seem to have a Web-able NavigationManager: 🤔
Tip
I would currently not know, that e.g. our Uno.Extension.Navigation would have some Integration like this 🤔 but if you know of that is available, please let me know!
Sample to where I have problem with routing
So now that you seen how that might be done in a Blazor App, our target is of course not to just do it with Blazor, then in our Uno WebAssembly with Server Project (Asp Net Core) we got from our Templates 🚀
I came accross this need to know while following the Asp.Net Core docs for example for the
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I would like to learn or find some Uno docs, to learn how I can connect Routes defined through my Minimal API Endpoints or ErrorCodePages to a Page on my WebAssembly App 🤔
Blazor for example uses in its Razor Pages a line like this on the top:

and their Navigation is of course using html with href:

or for their... auth page nested links I think this should be 🤔

I do not know very much about html or how things are connected there at all, but maybe you see what I am meaning.
in their Services, the current template with "Individual Accounts" preset, does use Mvc and somehow seem to connect the call to the Route they have in their Pages:
And they seem to have a Web-able NavigationManager: 🤔
Tip
I would currently not know, that e.g. our Uno.Extension.Navigation would have some Integration like this 🤔 but if you know of that is available, please let me know!
Sample to where I have problem with routing
So now that you seen how that might be done in a Blazor App, our target is of course not to just do it with Blazor, then in our Uno WebAssembly with Server Project (Asp Net Core) we got from our Templates 🚀
I came accross this need to know while following the Asp.Net Core docs for example for the
services.AddAuthentication(
-AddCookie(
which for example does make use of the "/Forbidden/" Path like this:
or any other well known Code Error Pages that could be, where we might want to show the User some UI to
Beta Was this translation helpful? Give feedback.
All reactions