FacebookAuthenticationOptions.CallbackPath Property

Gets or sets the path to which the authentication service should redirect after the a user sign in.

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

'Declaration
Public Property CallbackPath As PathString 
    Get 
    Set
'Usage
Dim instance As FacebookAuthenticationOptions 
Dim value As PathString 

value = instance.CallbackPath

instance.CallbackPath = value
public PathString CallbackPath { get; set; }
public:
property PathString CallbackPath {
    PathString get ();
    void set (PathString value);
}
member CallbackPath : PathString with get, set
function get CallbackPath () : PathString 
function set CallbackPath (value : PathString)

Property Value

Type: Microsoft.Owin.PathString

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace