FacebookConfiguration.AuthorizationRedirectPath Property

Gets or sets the URL path that the FacebookAuthorizeFilter will redirect to when the user did not grant the required permissions.

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

Syntax

'Declaration
Public Property AuthorizationRedirectPath As String 
    Get 
    Set
'Usage
Dim instance As FacebookConfiguration 
Dim value As String 

value = instance.AuthorizationRedirectPath

instance.AuthorizationRedirectPath = value
public string AuthorizationRedirectPath { get; set; }
public:
property String^ AuthorizationRedirectPath {
    String^ get ();
    void set (String^ value);
}
member AuthorizationRedirectPath : string with get, set
function get AuthorizationRedirectPath () : String 
function set AuthorizationRedirectPath (value : String)

Property Value

Type: System.String

See Also

Reference

FacebookConfiguration Class

Microsoft.AspNet.Mvc.Facebook Namespace