C-DEngine 5.105

TheRequestData..::..cdeRealPage Property

A subset of the URL that identifies the requested page. For example, this URL http://localhost:10/my/page?num=12, generates a value for cdeRealPage of "/my/page".

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string cdeRealPage { get; set; }
Public Property cdeRealPage As String
	Get
	Set
public:
property String^ cdeRealPage {
	String^ get ();
	void set (String^ value);
}