© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
3y ago
•
7 replies
eduardoA
Deep Linking Widows
help in deep linking
I created a URI Schema
<Extensions
>
<
u
a
p
:Extension Category
=
"windows
.protocol
"
>
<
u
a
p
:Protocol Name
=
"daily
-co
"
>
<
u
a
p
:DisplayName
>demyia
<
/
u
a
p
:DisplayName
>
<
/
u
a
p
:Protocol
>
<
/
u
a
p
: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
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
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
JavaScript button - deep linking
C
C# / help
3y ago
✅ Linking Projects
C
C# / help
2y ago
✅ Deep copy struct
C
C# / help
13mo ago
❔ Deep clone variable
C
C# / help
3y ago