TestController' is ambiguous
Error shows..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted Jun 18, 2013, 5:28 AM
try it..
}
RichaPosted Jun 18, 2013, 5:25 AM
but both are different types
public ActionResult Login()
{
}
public ActionResult Login(LogOnModel aaa)
{
}
Pankaj PandeyPosted Jun 18, 2013, 5:22 AM