NavigationEntry Constructor |
Version 98.1.210
NavigationEntry
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public 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: 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: CefSharpSslStatus
the ssl status
See Also