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

This method is run when the server is queried with the following string: /api/lolCats/

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

Syntax

C#
public IEnumerable<LolCat> GetAllLolCats()
Visual Basic
Public Function GetAllLolCats As IEnumerable(Of LolCat)
Visual C++
public:
IEnumerable<LolCat^>^ GetAllLolCats()

Return Value

An IEnumerable of LolCats that it received from the database.

See Also