[ROOT] / doc / DocFrag / AgoMail.Controllers.ControllerFacade.CatchAll Overload2

KeyValue
AssemblyAgoMail
DocFragTypeClassMember
IsInherited-False-
IsInheritedDoc-False-
Lines-8-
NameCatchAll
Namespace-AgoMail.Controllers-
ParentNamespaceAgoMail
TypeControllerFacade

ClassMemberAttribute

KeyValue
DeclaringTypeControllerFacade
MethodNameCatchAll
MethodSignatureMicrosoft.AspNetCore.Mvc.ActionResult CatchAll(System.String)

Catches all HTTP GET requests to this API.

Calls CatchAll which again chooses correct controller to use in order to serve request.

Translates generated result into a Microsoft.AspNetCore.Mvc.ContentResult instance.

Note that you can add additional endpoints to your API, outside of this standard AgoRapide mechanism.

Edit


Generated 2025-10-29 15:08:47.054 UTC