public class MyClass
{
public static void SpRedirect()
{
Response.Redirect("http://kb.mayfieldglobal.com");
}
}
{
public static void SpRedirect()
{
Response.Redirect("http://kb.mayfieldglobal.com");
}
}
You may now call the SpRedirect() method without instantiating the entire class.