| RequestQueryString Property |
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public NameValueCollection QueryString { get; }
Public ReadOnly Property QueryString As NameValueCollection
Get
Property Value
Type:
NameValueCollectionThe query string.
Implements
IRequestQueryStringSee Also