Base URL, needs to be set only when there are multiple pager instances on the page with different QueryStringNames

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

Syntax

C#
public string BasePageUrl { get; set; }
Visual Basic
Public Property BasePageUrl As String
	Get
	Set
Visual C++
public:
property String^ BasePageUrl {
	String^ get ();
	void set (String^ value);
}
F#
member BasePageUrl : string with get, set

Property Value

Type: String

See Also