共用方式為


CrossDomainController.Bridge(String) 方法

定義

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

[System.Web.Http.AllowAnonymous]
[System.Web.Http.HttpGet]
public System.Web.Http.IHttpActionResult Bridge (string origin);
[<System.Web.Http.AllowAnonymous>]
[<System.Web.Http.HttpGet>]
member this.Bridge : string -> System.Web.Http.IHttpActionResult
Public Function Bridge (origin As String) As IHttpActionResult

參數

origin
String

要驗證的來源

傳回

System.Web.Http.IHttpActionResult

System.Web.Http.IHttpActionResult,表示結果。

屬性
System.Web.Http.AllowAnonymousAttribute System.Web.Http.HttpGetAttribute

適用於