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: System.Boolean
is the current entry
completionTime
Type: System.DateTime
completionTime
displayUrl
Type: System.String
displayUrl
httpStatusCode
Type: System.Int32
httpStatusCode
originalUrl
Type: System.String
originalUrl
title
Type: System.String
title
transitionType
Type: CefSharp.TransitionType
transitionType
url
Type: System.String
url
hasPostData
Type: System.Boolean
hasPostData
isValid
Type: System.Boolean
isValid
sslStatus
Type: CefSharp.SslStatus
the ssl status
See Also