Handle URI Activation #3706
Unanswered
lucasvinicode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get protocol arguments to point to a specific page in the Windows App Sdk:
private static void onActivated(object? sender, AppActivationArguments args) {
App.GetService<ILogger<App>>().LogInformation($"App Activated: {args.Kind}");
}
But config variable is always null, how toi solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions