FacebookRedirectContextModelBinder Class

Model binds an action method parameter to a FacebookRedirectContext .

Inheritance Hierarchy

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

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

Syntax

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

The FacebookRedirectContextModelBinder type exposes the following members.

Constructors

  Name Description
Public method FacebookRedirectContextModelBinder Initializes a new instance of the FacebookRedirectContextModelBinder 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