FacebookRedirectContext.RedirectUrl Property

Gets or sets the redirect URL.

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

Syntax

'Declaration
Public Property RedirectUrl As String 
    Get 
    Set
'Usage
Dim instance As FacebookRedirectContext 
Dim value As String 

value = instance.RedirectUrl

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

Property Value

Type: System.String

See Also

Reference

FacebookRedirectContext Class

Microsoft.AspNet.Mvc.Facebook Namespace