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