Indicates if RawUrl or AbsolutePath is used as a key in the personalization tables.

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

Syntax

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

Property Value

Type: Boolean

See Also