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