I'm trying to make a redirect tool for a website and I need a dotnet regular expression for an specific route with an specific query string.
I need to match /folder/file.aspx?options=all
I need to match the url part (/folder/file.aspx) as it is and in the query string match if the options=all parameter is there even if there are other parameters.