JavaScriptRedirectResult Class

Represents an ActionResult that redirects to a permission prompt login via JavaScript.

System.Object
  System.Web.Mvc.ActionResult
    System.Web.Mvc.ContentResult
      Microsoft.AspNet.Facebook.JavaScriptRedirectResult
        Microsoft.AspNet.Facebook.ShowPromptResult

Namespace:  Microsoft.AspNet.Facebook
Assembly:  Microsoft.AspNet.Facebook (in Microsoft.AspNet.Facebook.dll)

public class JavaScriptRedirectResult : ContentResult

The JavaScriptRedirectResult type exposes the following members.

  NameDescription
Public propertyContent (Inherited from ContentResult.)
Public propertyContentEncoding (Inherited from ContentResult.)
Public propertyContentType (Inherited from ContentResult.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExecuteResult (Inherited from ContentResult.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: