Skip to content

Commit 5396f70

Browse files
committed
WebBrowserExtensions.LoadUrlWithPostData - Update xml doc comment
Follow up to #2451
1 parent 8282482 commit 5396f70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CefSharp/WebBrowserExtensions.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,11 @@ public static void ExecuteScriptAsyncWhenPageLoaded(this IWebBrowser webBrowser,
281281

282282
/// <summary>
283283
/// Creates a new instance of IRequest with the specified Url and Method = POST
284-
/// and then calls <see cref="IFrame.LoadRequest(IRequest)"/>
284+
/// and then calls <see cref="IFrame.LoadRequest(IRequest)"/>.
285+
/// <see cref="IFrame.LoadRequest(IRequest)"/> can only be used if a renderer process already exists.
286+
/// In newer versions initially loading about:blank no longer creates a renderer process. You
287+
/// can load a Data Uri initially then call this method.
288+
/// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
285289
/// </summary>
286290
/// <param name="browser"></param>
287291
/// <param name="url"></param>

0 commit comments

Comments
 (0)