Whether to rewrite the container page title or not, note that by turning this on you will turn on the meta keywords and description rewrite.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool RewritePageTitle { get; set; }
Visual Basic
Public Property RewritePageTitle As Boolean
	Get
	Set
Visual C++
public:
property bool RewritePageTitle {
	bool get ();
	void set (bool value);
}
F#
member RewritePageTitle : bool with get, set

Property Value

Type: Boolean

See Also