Share via


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)

Inheritance Hierarchy

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

Syntax

public static class RouteNames
public ref class RouteNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RouteNames = class end
Public NotInheritable Class RouteNames

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Apis

Gets the route name for any custom ApiController instances.

System_CAPS_pubfieldSystem_CAPS_static Content

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

System_CAPS_pubfieldSystem_CAPS_static CrossDomainBridge

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

System_CAPS_pubfieldSystem_CAPS_static Diagnostics

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

System_CAPS_pubfieldSystem_CAPS_static Help

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

System_CAPS_pubfieldSystem_CAPS_static Home

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

System_CAPS_pubfieldSystem_CAPS_static Jobs

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

System_CAPS_pubfieldSystem_CAPS_static Login

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

System_CAPS_pubfieldSystem_CAPS_static NotificationRegistrationIds

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_static NotificationRegistrations

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

System_CAPS_pubfieldSystem_CAPS_static Status

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

System_CAPS_pubfieldSystem_CAPS_static Tables

Gets the route name for all TableController instances.

Thread Safety

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

See Also

Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top