Код: Выделить всё
[HttpGet]
public void verifyAccount(string id)
{
if (clientDB.verifyAccount(id)!="")
{
// Redirect("index");//redirect to index view
}
else
{
//redirect to error view
}
}
Подробнее здесь: https://stackoverflow.com/questions/437 ... -to-a-view
Мобильная версия