MobileAppConfiguration.MapApiControllers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps all controllers with the MobileAppControllerAttribute to the route template "api/{controller}/{id}".
public Microsoft.Azure.Mobile.Server.Config.MobileAppConfiguration MapApiControllers ();
member this.MapApiControllers : unit -> Microsoft.Azure.Mobile.Server.Config.MobileAppConfiguration
Public Function MapApiControllers () As MobileAppConfiguration
Returns
The current MobileAppConfiguration.