FacebookContextModelBinder Class

Model binds an action method parameter to a FacebookContext .

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.ModelBinders.FacebookContextModelBinder

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

Syntax

'Declaration
Public Class FacebookContextModelBinder _
    Implements IModelBinder
'Usage
Dim instance As FacebookContextModelBinder
public class FacebookContextModelBinder : IModelBinder
public ref class FacebookContextModelBinder : IModelBinder
type FacebookContextModelBinder =  
    class 
        interface IModelBinder 
    end
public class FacebookContextModelBinder implements IModelBinder

The FacebookContextModelBinder type exposes the following members.

Constructors

  Name Description
Public method FacebookContextModelBinder Initializes a new instance of the FacebookContextModelBinder class.

Top

Methods

  Name Description
Public method BindModel Binds the model to a value by using the specified controller context and binding context.
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.ModelBinders Namespace