Skip to content

WebViewNavigationCompletedEventArgs

Summary

Provides data for the WebView control NavigationCompleted event.

Signature

1
public class WebViewNavigationCompletedEventArgs

Namespace

cAlgo.API

See Also

Properties

WebView

Summary

The WebView control.

Signature

1
public WebView WebView {get;}

Return Value

WebView

Related Tutorials

HttpStatusCode

Summary

Response HTTP status code.

Signature

1
public int HttpStatusCode {get;}

Return Value

int

IsSuccessful

Summary

True if navigation was successful otherwise false.

Signature

1
public bool IsSuccessful {get;}

Return Value

bool

Url

Summary

URL from WebView Source property at the moment of NavigationCompleted in big process.

Signature

1
public string Url {get;}

Return Value

string