GlobalFacebookConfiguration Class

Provides a global FacebookConfiguration for ASP.NET applications.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.GlobalFacebookConfiguration

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

Syntax

'Declaration
Public NotInheritable Class GlobalFacebookConfiguration
'Usage
public static class GlobalFacebookConfiguration
public ref class GlobalFacebookConfiguration abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GlobalFacebookConfiguration =  class end
public final class GlobalFacebookConfiguration

The GlobalFacebookConfiguration type exposes the following members.

Properties

  Name Description
Public propertyStatic member Configuration Gets the global FacebookConfiguration .

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