CrossDomainController Class

Definition

This controller returns files that support cross-domain communication for older browsers.

[System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)]
public class CrossDomainController : System.Web.Http.ApiController
[<System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)>]
type CrossDomainController = class
    inherit ApiController
Public Class CrossDomainController
Inherits ApiController
Inheritance
CrossDomainController
Attributes
System.Web.Http.Description.ApiExplorerSettingsAttribute

Constructors

CrossDomainController()

Methods

Bridge(String)

A page that, when hosted in an iframe, will accept postMessage messages from approved origins and will forward them as a same-domain ajax request to the runtime. This is needed for the IframeBridge transport in MobileServices.Web.js, as used by IE8-9.

Initialize(HttpControllerContext)
LoginReceiver(String)

Applies to