[This is preliminary documentation and is subject to change.]

Gets a Boolean value representing whether the current HTTP request came from the Facebook Canvas.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public bool InCanvas { get; private set; }
Visual Basic (Declaration)
Public Property InCanvas As Boolean
Visual C++
public:
property bool InCanvas {
	bool get ();
	void set (bool value);
}

See Also

FacebookHttpRequest Class
Facebook.Web Namespace