I have the following code:
else if (url == $"{Link}" + "?rerror=2")
{
// do something here
}
The user inputs "Link"
, then the program navigates to that link. I then want the program to determine if the url contains "?rerror=2" on the end of the url, to do something else.