WebViewNavigationCompletedEventArgs
Summary
Provides data for the WebView control NavigationCompleted event.
Signature
1 | |
Namespace
cAlgo.API
See Also
Properties
WebView
Summary
The WebView control.
Signature
1 | |
Return Value
WebView
Related Tutorials
HttpStatusCode
Summary
Response HTTP status code.
Signature
1 | |
Return Value
int
IsSuccessful
Summary
True if navigation was successful otherwise false.
Signature
1 | |
Return Value
bool
Url
Summary
URL from WebView Source property at the moment of NavigationCompleted in big process.
Signature
1 | |
Return Value
string