| ControlResourcesResourceUrlHelperCollectQueryString Method |
Collects query-string for all resources with the given extension.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public string CollectQueryString(
string[] data,
string ext
)
Public Function CollectQueryString (
data As String(),
ext As String
) As String
Parameters
- data
- Type: SystemString
List of resources. - ext
- Type: SystemString
Extension to use.
Return Value
Type:
StringRemarks See Also