WebForms apps sometimes have a static method in each page that allow the page to be open with pre-work and then a redirect (mine do).
Consider a static redirect method in testable page.
I hacked this by supplying a StaticContext, but I think a static redirect might be better.
WebForms apps sometimes have a static method in each page that allow the page to be open with pre-work and then a redirect (mine do).
Consider a static redirect method in testable page.
I hacked this by supplying a StaticContext, but I think a static redirect might be better.