© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
7 replies
eduardoA

Deep Linking Widows

help in deep linking

I created a URI Schema

<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="daily-co">
<uap:DisplayName>demyia</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
</Extensions>

where daily-co is part of the uri, becoue I am using dialy api, for example https://demy-ia.daily.co/programming

I made this in the maiuProgram

#if WINDOWS
events.AddWindows(windows => windows
.OnLaunched((window, args) => {

var activatedEventArgs = Microsoft.Windows.AppLifecycle.AppInstance.GetCurrent().GetActivatedEventArgs();

}));
#endif


but I don't see anything my uri or anything

where is my URI

I searched here

https://stackoverflow.com/questions/72606737/how-to-open-winui-maui-through-uri-activation/73217714#73217714
image.png
Stack Overflow
How to open WinUI Maui through URI Activation?
I've created a Maui windows application. I'm looking to activate the application through a URI and pass query parameters to the app.
I've added the windows protocol for calling the app via uri in the
How to open WinUI Maui through URI Activation?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

JavaScript button - deep linking
C#CC# / help
3y ago
✅ Linking Projects
C#CC# / help
2y ago
✅ Deep copy struct
C#CC# / help
13mo ago
❔ Deep clone variable
C#CC# / help
3y ago