다음을 통해 공유


CrossDomainController.Bridge(String) 메서드

정의

에서 iframe호스트되는 경우 승인된 원본의 postMessage 메시지를 수락하고 동일한 도메인 ajax 요청으로 런타임에 전달하는 페이지입니다. 이는 IE8-9에서 MobileServices.Web.js사용하는 의 전송에 필요합니다IframeBridge.

[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

적용 대상