共用方式為


MobileAppTableConfiguration.MapTableControllers Method

Definition

Maps all controllers that derive from TableController to the route template "tables/{controller}/{id}".

public Microsoft.Azure.Mobile.Server.Tables.Config.MobileAppTableConfiguration MapTableControllers ();
member this.MapTableControllers : unit -> Microsoft.Azure.Mobile.Server.Tables.Config.MobileAppTableConfiguration
Public Function MapTableControllers () As MobileAppTableConfiguration

Returns

The current MobileAppTableConfiguration.

Applies to