Click or drag to resize
NavigationEntry Constructor
Version 51.0.0
NavigationEntry

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.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
)

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
See Also