PrerenderAttemptCompletedEventArgsDisallowedApiMethod Property |
Version 113.3.50
This is used to give users more information about the name of the API call
that is incompatible with prerender and has caused the cancellation of the attempt
Namespace:
CefSharp.DevTools.Preload
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntaxpublic string DisallowedApiMethod { get; }
public:
property String^ DisallowedApiMethod {
String^ get ();
}
Property Value
Type:
String
See Also