CrossDomainController.Bridge Method (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.

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

public IHttpActionResult Bridge(
	string origin
)

Parameters

origin
Type: System.String

Origin to verify

Return Value

Type: System.Web.Http.IHttpActionResult

An IHttpActionResult representing the result.

Return to top
Show: