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

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

ClassMemberAttribute

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

Catches all HTTP POST requests to this API.

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

Note additional optional parameter postData (compared to catch all for HTTP GET.

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:45.664 UTC