Sitefinity CMS

Telerik.Framework Send comments on this topic.
HttpUrlQuery Class Members
See Also  Properties  Methods 
Telerik.Web Namespace : HttpUrlQuery Class


The following tables list the members exposed by HttpUrlQuery.

Public Constructors

 NameDescription
Public ConstructorHttpUrlQuery ConstructorOverloaded.  Default constructor  
Top

Public Properties

 NameDescription
Public PropertyAllKeys Returns all keys in this query string  
Public Propertystatic (Shared in Visual Basic)Current An instance of the querystring object that is based on the querystring in the current context  
Public PropertyItem Allows for square-bracket referencing of elements  
Public PropertyOriginalString Represenation of the original string which was used to initialize this object  
Public PropertySeparatorNameValueString Defines the string that separates name from value within a pair. "=" by default.  
Public PropertySeparatorPairsString Defines the string that separates pairs. "&" by default.  
Public PropertyStartString Defines the string that preceeds the actual pairs in the string output of this query string. "?" by default.  
Top

Public Methods

 NameDescription
Public MethodContains Determines whether pair with given name exists in this query string. Case insensitive.  
Public MethodGet Retreives the value of the pair with given name.  
Public MethodRemove Removes pair with given name.  
Public MethodSetOverloaded.  Sets the value of the pair with given name. Adds new pair, if doesn't already exist. Url encoding is performed on NewValue.  
Public MethodToStringOverridden.  String representation of contained querystring.  
Top

See Also