CrossDomainController.Bridge(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
裝載于 的頁面 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