Sitefinity CMS

Telerik.Framework Send comments on this topic.
HttpUrlQuery Constructor
See Also 
Telerik.Web Namespace > HttpUrlQuery Class : HttpUrlQuery Constructor


Default constructor

Overload List

OverloadDescription
HttpUrlQuery Constructor() Default constructor  
HttpUrlQuery Constructor(HttpUrlQuery) Constructor from another HttpUrlQuery object. Deep copy is performed to make sure the new object becomes completely independent of its source.  
HttpUrlQuery Constructor(NameValueCollection) Constructor from a NameValueCollection, such as one usually found in System.Web.UI.Page.Request.Querystring objects. No url encoding is done.  
HttpUrlQuery Constructor(NameValueCollection,Boolean) Constructor from a NameValueCollection, such as one usually found in System.Web.UI.Page.Request.Querystring objects.  
HttpUrlQuery Constructor(String) Constructor from a string that already contains a querystring. No url encoding is done. Standard separation characters are used.  
HttpUrlQuery Constructor(String,Boolean) Constructor from a string that already contains a querystring. Standard separation characters are used.  
HttpUrlQuery Constructor(String,Boolean,String,String,String) Constructor from a string that already contains a querystring. Custom separation characters can be used.  
 

 

Namespace: Telerik.Web
Assembly: Telerik.Framework (in Telerik.Framework.dll)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also