Click or drag to resize
DownloadStringCompletedEventArgsResult Property
Gets the data that is downloaded by a Overload:System.Net.WebClient.DownloadStringAsync method.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public string Result { get; }

Property Value

Type: String
See Also