FacebookRedirectContext.OriginUrl Property

Gets or sets the origin URL.

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

Syntax

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

value = instance.OriginUrl

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

Property Value

Type: System.String

See Also

Reference

FacebookRedirectContext Class

Microsoft.AspNet.Mvc.Facebook Namespace