| RequestParams Property |
Gets the parameters.
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public NameValueCollection Params { get; }
Public ReadOnly Property Params As NameValueCollection
Get
Property Value
Type:
NameValueCollectionThe parameters.
Implements
IRequestParamsSee Also