FacebookContext Class
Provides access to Facebook-specific information.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Mvc.Facebook.FacebookContext
Namespace: Microsoft.AspNet.Mvc.Facebook
Assembly: Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)
Syntax
'Declaration
Public Class FacebookContext
'Usage
Dim instance As FacebookContext
public class FacebookContext
public ref class FacebookContext
type FacebookContext = class end
public class FacebookContext
The FacebookContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FacebookContext |
Top
Properties
Name | Description | |
---|---|---|
AccessToken | Gets or sets the access token. | |
Client | Gets or sets the Facebook client. | |
Configuration | Gets or sets the FacebookConfiguration . | |
SignedRequest | Gets or sets the parsed signed request. | |
UserId | Gets or sets the user ID. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.