-
-
Notifications
You must be signed in to change notification settings - Fork 0
SourceParameters
Rick van Dam edited this page Oct 28, 2019
·
5 revisions
The source field of a field can be used to configure how that field should behave. Multiple parameters can be passed by separating them with &. For example:
id=someidhere&pfilter=somebucketfilterhere
You might notice that this looks very much like a query string and you are right. In fact the HttpUtility.ParseQueryString
method is used for parsing this string
Like this repository? Don't forget to give it a star!