An NDoc Documented Class Library

ManagedPage.CreateEmptyQueryString Method 

Create a new collection of query parameters from the existing one, without those used in current page (specified by QueryParameterAttribute).

[Visual Basic]
Overridable Public Function CreateEmptyQueryString() As NameValueCollection
[C#]
public virtual NameValueCollection CreateEmptyQueryString();
[C++]
public: virtual NameValueCollection* CreateEmptyQueryString();
[JScript]
public virtual function CreateEmptyQueryString(): NameValueCollection;

See Also

ManagedPage Class | AqDWeb.Base Namespace