[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.Controllers.ControllerFacade.CatchAll Overload2
| Key | Value | 
|---|---|
| Assembly | ARAdventureWorksOLAP | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -8- | 
| Name | CatchAll | 
| Namespace | -ARAdventureWorksOLAP.Controllers- | 
| ParentNamespace | ARAdventureWorksOLAP | 
| Type | ControllerFacade | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | ControllerFacade | 
| MethodName | CatchAll | 
| MethodSignature | Microsoft.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.
Generated 2025-10-31 12:49:06.137 UTC