C-DEngine 5.105

TheSessionState..::..CurrentURL Property

Current URL the user is on using this session

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

Syntax


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