Provides a mechanism for developers to pass parameters between pages using query strings.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

Examples

CopyC#
editor1.DNN_Arg="portalid=1";

See Also