This class has this description:
Provided for backward compatibility with ASP.NET MVC 3.
And the source is just:
public abstract class AsyncController : Controller
{
}
I can′t find any documentation about deprecation of this class at MSDN. Should I replace uses of AsyncController to Controller?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…