Exemplo n.º 1
0
 public RouteHandlerRedirect(string targetLocation, WoopsaRedirectionType redirectionType)
 {
     _targetLocation  = targetLocation;
     _redirectionType = redirectionType;
 }
 public RouteHandlerRedirect(string targetLocation, WoopsaRedirectionType redirectionType)
 {
     _targetLocation = targetLocation;
     _redirectionType = redirectionType;
 }