NavigationEntry Constructor |
Version 51.0.0
NavigationEntry
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntaxpublic NavigationEntry(
bool isCurrent,
DateTime completionTime,
string displayUrl,
int httpStatusCode,
string originalUrl,
string title,
TransitionType transitionType,
string url,
bool hasPostData,
bool isValid
)
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