[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.ControllersAssembly: 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() |