[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:MvcTestApp.Controllers.HomeController"]

Namespace: MvcTestApp.Controllers
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HomeController : Controller
Visual Basic
Public Class HomeController _
	Inherits Controller
Visual C++
public ref class HomeController : public Controller

Inheritance Hierarchy

System..::..Object
  ControllerBase
    Controller
      MvcTestApp.Controllers..::..HomeController

See Also