0

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.

Navarasu
  • 6,991
  • 2
  • 19
  • 31

0 Answers0