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

This controller governs the lolCat database operations.

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

Syntax

C#
public class LolCatsController : ApiController
Visual Basic
Public Class LolCatsController _
	Inherits ApiController
Visual C++
public ref class LolCatsController : public ApiController

Inheritance Hierarchy

System..::..Object
  ApiController
    MvcTestApp.Controllers..::..LolCatsController

See Also