FacebookConfiguration.AppUrl Property

Gets or sets the absolute URL for the Facebook App.

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

Syntax

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

value = instance.AppUrl

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

Property Value

Type: System.String

See Also

Reference

FacebookConfiguration Class

Microsoft.AspNet.Mvc.Facebook Namespace