Click or drag to resize

NavigationEntry Constructor

Version 94.4.20
NavigationEntry

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public NavigationEntry(
	bool isCurrent,
	DateTime completionTime,
	string displayUrl,
	int httpStatusCode,
	string originalUrl,
	string title,
	TransitionType transitionType,
	string url,
	bool hasPostData,
	bool isValid,
	SslStatus sslStatus
)

Parameters

isCurrent
Type: SystemBoolean
is the current entry
completionTime
Type: SystemDateTime
completionTime
displayUrl
Type: SystemString
displayUrl
httpStatusCode
Type: SystemInt32
httpStatusCode
originalUrl
Type: SystemString
originalUrl
title
Type: SystemString
title
transitionType
Type: CefSharpTransitionType
transitionType
url
Type: SystemString
url
hasPostData
Type: SystemBoolean
hasPostData
isValid
Type: SystemBoolean
isValid
sslStatus
Type: CefSharpSslStatus
the ssl status
See Also