C# 클래스 Facebook.Graph.Web.Mvc.ControllerExtensions

파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

공개 메소드들

메소드 설명
CanvasIFrameRedirect ( this controller, string targetUrl ) : System.Web.Mvc.ActionResult

Redirects the outer canvas frame to the specified URL.

CanvasIFrameRedirectToRoute ( this controller, string applicationUri, object routeValues ) : System.Web.Mvc.ActionResult
CanvasIFrameRedirectToRoute ( this controller, string applicationUri, string routeName ) : System.Web.Mvc.ActionResult

Renders code to cause the outer frame to refresh and redirect to the specified route, relative to the apps.facebook.com domain.

CanvasIFrameRedirectToRoute ( this controller, string applicationUri, string routeName, object routeParameters ) : System.Web.Mvc.ActionResult

메소드 상세

CanvasIFrameRedirect() 공개 정적인 메소드

Redirects the outer canvas frame to the specified URL.
public static CanvasIFrameRedirect ( this controller, string targetUrl ) : System.Web.Mvc.ActionResult
controller this The controller on which to invoke the action.
targetUrl string The URL to which to redirect.
리턴 System.Web.Mvc.ActionResult

CanvasIFrameRedirectToRoute() 공개 정적인 메소드

public static CanvasIFrameRedirectToRoute ( this controller, string applicationUri, object routeValues ) : System.Web.Mvc.ActionResult
controller this
applicationUri string
routeValues object
리턴 System.Web.Mvc.ActionResult

CanvasIFrameRedirectToRoute() 공개 정적인 메소드

Renders code to cause the outer frame to refresh and redirect to the specified route, relative to the apps.facebook.com domain.
public static CanvasIFrameRedirectToRoute ( this controller, string applicationUri, string routeName ) : System.Web.Mvc.ActionResult
controller this The controller from which to call this method.
applicationUri string The application URI root.
routeName string The name of the route.
리턴 System.Web.Mvc.ActionResult

CanvasIFrameRedirectToRoute() 공개 정적인 메소드

public static CanvasIFrameRedirectToRoute ( this controller, string applicationUri, string routeName, object routeParameters ) : System.Web.Mvc.ActionResult
controller this
applicationUri string
routeName string
routeParameters object
리턴 System.Web.Mvc.ActionResult