Click or drag to resize
ApiBaseDownloadJsonString Method
View Project on GitHub
Downloads a JsonString from a url.

Namespace: GW2CSharp
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public static string DownloadJsonString(
	string url
)

Parameters

url
Type: SystemString
Url.

Return Value

Type: String
JsonString from url.
See Also