FacebookRedirectContext Class

Provides access to the data redirected from FacebookAuthorizeFilter .

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.FacebookRedirectContext

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

Syntax

'Declaration
Public Class FacebookRedirectContext
'Usage
Dim instance As FacebookRedirectContext
public class FacebookRedirectContext
public ref class FacebookRedirectContext
type FacebookRedirectContext =  class end
public class FacebookRedirectContext

The FacebookRedirectContext type exposes the following members.

Constructors

  Name Description
Public method FacebookRedirectContext

Top

Properties

  Name Description
Public property Configuration Gets or sets the FacebookConfiguration .
Public property OriginUrl Gets or sets the origin URL.
Public property RedirectUrl Gets or sets the redirect URL.
Public property RequiredPermissions Gets or sets the required permissions specified on FacebookAuthorizeAttribute .

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.Mvc.Facebook Namespace