C# Класс Facebook.Graph.Web.Mvc.ControllerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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