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;
ManagedPage Class | AqDWeb.Base Namespace