C-DEngine 5.105

TheRequestData..::..RequestUri Property

A Uri type field containing the URL of the incoming request. For example, all of the details in a URL like this http://localhost:10/my/page?num=12 are available within various members of RequestUri.

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

Syntax


public Uri RequestUri { get; set; }
Public Property RequestUri As Uri
	Get
	Set
public:
property Uri^ RequestUri {
	Uri^ get ();
	void set (Uri^ value);
}