Defines if the page titles are rewritten.

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

Syntax

C#
public static bool RewritePageTitles { get; }
Visual Basic
Public Shared ReadOnly Property RewritePageTitles As Boolean
	Get
Visual C++
public:
static property bool RewritePageTitles {
	bool get ();
}
F#
static member RewritePageTitles : bool with get

Property Value

Type: Boolean
true if [rewrite page titles]; otherwise, false.

See Also