RouteNames Class

 

This class defines the route names for known routes registered by the service. For example, this can be used to create links to the routes using the UrlHelper class which is available on an ApiController.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.RouteNames

Public NotInheritable Class RouteNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticApis

Gets the route name for any custom ApiController instances.

System_CAPS_pubfieldSystem_CAPS_staticContent

Gets the route name of the Content Controller which exposes content such as HTML and CSS pages.

System_CAPS_pubfieldSystem_CAPS_staticCrossDomainBridge

Gets the route name for the Cross Domain Controller which supports cross-domain communication for older browsers

System_CAPS_pubfieldSystem_CAPS_staticDiagnostics

Gets the route name for the Diagnostics Controller used to provide diagnostics information about the service.

System_CAPS_pubfieldSystem_CAPS_staticHelp

Gets the route name of the Help Controller which provides the help pages.

System_CAPS_pubfieldSystem_CAPS_staticHome

Gets the route name of the Home Controller which provides the home page.

System_CAPS_pubfieldSystem_CAPS_staticJobs

Gets the route name of the Jobs Controller which exposes ScheduledJob instances.

System_CAPS_pubfieldSystem_CAPS_staticLogin

Gets the route name of the Login Controller which enables login.

System_CAPS_pubfieldSystem_CAPS_staticNotificationRegistrationIds

Gets the route name for the Notification Registration Ids Controller which creates registration IDs used by Notification Hub for registering a device.

System_CAPS_pubfieldSystem_CAPS_staticNotificationRegistrations

Gets the route name for the Notification Registrations Controller which registers and unregisters devices for notifications.

System_CAPS_pubfieldSystem_CAPS_staticStatus

Gets the route name for the Status Controller used to check whether the service is live.

System_CAPS_pubfieldSystem_CAPS_staticTables

Gets the route name for all TableController instances.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: