Click or drag to resize

RestClientBaseCreateQueryString Method

Create the query string from a list of query parameters

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public static string CreateQueryString(
	NameValueCollection query
)

Parameters

query
Type: System.Collections.SpecializedNameValueCollection
The query to be sent to the server

Return Value

Type: String
The query string
See Also