Click or drag to resize
LinksEventArgsAdditionalParameters Property
Collection of additional parameters. Most of the parameters are obtained from the query string.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public NameValueCollection AdditionalParameters { get; set; }

Property Value

Type: NameValueCollection
See Also