Click or drag to resize

FndUrlParameterCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(String)
Add a parameter to the list.
Public methodAdd(FndUrlParameter)
Adds a parameter to the list.If multiple instances of the same parameter is added it'll mark the URL as HasUnsupportedParameters = true. You may use SetParameter to replace an existing Parameter.
Public methodAdd(String, String)
Add a parameter to the list.
Top
See Also