共用方式為


CrossDomainController 類別

定義

此控制器會傳回支援舊版瀏覽器跨網域通訊的檔案。

[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
繼承
CrossDomainController
屬性
System.Web.Http.Description.ApiExplorerSettingsAttribute

建構函式

CrossDomainController()

此控制器會傳回支援舊版瀏覽器跨網域通訊的檔案。

方法

Bridge(String)

裝載于 的頁面 iframe 會接受來自已核准來源的 postMessage 訊息,並將其轉送為與執行時間相同的網域 ajax 要求。 這是在 中 MobileServices.Web.js 傳輸的必要 IframeBridge 專案,如 IE8-9 所使用。

Initialize(HttpControllerContext)

此控制器會傳回支援舊版瀏覽器跨網域通訊的檔案。

LoginReceiver(String)

此控制器會傳回支援舊版瀏覽器跨網域通訊的檔案。

適用於