Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.QueryHelper Class

An instance of this class is used to parse and build a URL query string.

There is no support for duplicate keys in a query string. Keep it simple...

Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Inheritance

Syntax

public class QueryHelper;

Constructors

PublicQueryHelperConstructor.

Properties

PublicItem(not specified)

Methods

PublicAdd(not specified)
PublicStaticAddRandoAdd some random query string to the url to defeat client-side caching for a page.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicStaticFromAnonymousObjectReturns a QueryHelper object with the query string parameters populated by the anonymous object.
PublicStaticFromDictionaryReturns a QueryHelper object with the query string parameters populated by the dictionary.
PublicStaticFromNameValueCollectionReturns a QueryHelper object with the query string parameters populated by the NameValueCollection.
PublicStaticFromQueryCollectionReturns a QueryHelper object with the query string parameters populated by the HttpRequest query string collection.
PublicStaticFromQueryStringReturns a QueryHelper object with the query string parameters populated by the query string.
PublicStaticFromUrlParses a URL and returns a QueryHelper object.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicHasEntry(not specified)
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRemove(not specified)
PublicToQueryString(not specified)
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicToUrl(not specified)
PublicToUrlHumanReadable(not specified)

See Also YetaWF.Core Overview