Frame URL for RpxNow, depends on the particular application. MUST set it to the URL of your app - it will NOT work with MonoX default setting.

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

Syntax

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

Property Value

Type: String

See Also