Click or drag to resize
NavigationEntry Constructor
Version 55.0.0
NavigationEntry

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
public NavigationEntry(
	bool isCurrent,
	DateTime completionTime,
	string displayUrl,
	int httpStatusCode,
	string originalUrl,
	string title,
	TransitionType transitionType,
	string url,
	bool hasPostData,
	bool isValid,
	Nullable<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: SystemNullableSslStatus
the ssl status
See Also