Click or drag to resize

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; }

Property Value

Type: NameValueCollection
The parameters.

Implements

IRequestParams
See Also