How to pass custom arguments to MAUI button click
So I am a JavaScript dev and recently started learning MAUI and C#.
I still dont know much about C# but I am familiar with basic stuff.
I wanted to ask that I want to have a button in my MAUI app
and when one clicks on it, that fetches data from the GitHub API but I need some custom query params in it
So I was confused to how can I pass in custom query params through arguments in this method I created
I still dont know much about C# but I am familiar with basic stuff.
I wanted to ask that I want to have a button in my MAUI app
and when one clicks on it, that fetches data from the GitHub API but I need some custom query params in it
So I was confused to how can I pass in custom query params through arguments in this method I created
