Website Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the link to the external website for the page

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public string Website { get; }
Visual Basic
Public ReadOnly Property Website As String
	Get
Visual C++
public:
property String^ Website {
	String^ get ();
}

See Also