CSPhantomJSCaptureAsync Method |
Capture async web page according to the defined properties of the library.
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public Task<string> CaptureAsync()
Public Function CaptureAsync As Task(Of String)
Dim instance As CSPhantomJS
Dim returnValue As Task(Of String)
returnValue = instance.CaptureAsync()
member CaptureAsync : unit -> Task<string>
public Task<String> CaptureAsync()
public function CaptureAsync() : Task<String>
Return Value
Type:
TaskStringSee Also