Extended Response.Redirect
Posted
26. rujan 2007 8:39
by
dadamec
With new C# 3.0 feature Extension methods we can extending existing CLR types without sub-classing or recompiling the original class. Those Extension methods would become a next flame trigger but I don't want to argue about "pro and contra". Maybe some other day ;-)
But I found one usefull solution with Extension methods, feature that lot of people trying to find a "hack" for implementing it: the Response.Redirect in a new window.