RouteNames Class
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.
This class defines the route names for known routes registered by the service. This can for example be used to create links to the routes using the System.Web.Http.UrlHelper class which is available on a ApiController.
public static class RouteNames
type RouteNames = class
Public Class RouteNames
- Inheritance
-
RouteNames
Fields
Apis |
Gets the route name for any custom ApiController instances. |
Content |
Gets the route name of the Content Controller which exposes content such as HTML and CSS pages. |
CrossDomainBridge |
Gets the route name for the Cross Domain Controller which supports cross-domain communication for older browsers |
CrossDomainLoginReceiver |
Gets the route name for the Cross Domain Controller which used for HTML SDK authentication in IE |
Diagnostics |
Gets the route name for the Diagnostics Controller used to provide diagnostics information about the service. |
Help |
Gets the route name of the Help Controller which provides the help pages. |
Home |
Gets the route name of the Home Controller which provides the home page. |
Jobs |
Gets the route name of the Jobs Controller which exposes ScheduledJob instances. |
Login |
Gets the route name of the Login Controller which enables login. |
NotificationRegistrationIds |
Gets the route name for the Notification Registration Ids Controller which creates registration IDs used by Notification Hub for registering a device. |
NotificationRegistrations |
Gets the route name for the Notification Registrations Controller which registers and unregisters devices for notifications. |
Status |
Gets the route name for the Status Controller used to check whether the service is live. |
Tables |
Gets the route name for all TableController instances. |
Applies to
Azure SDK for .NET