Skip to content

Commit

Permalink
Core - WebBrowserExtensions.LoadUrlWithPostData remove Obsolete attri…
Browse files Browse the repository at this point in the history
…bute

No further reports of issues

#2705
  • Loading branch information
amaitland committed May 1, 2021
1 parent f4dc756 commit 744ff3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CefSharp/WebBrowserExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ public static void ExecuteScriptAsyncWhenPageLoaded(this IWebBrowser webBrowser,
/// <param name="url">url to load</param>
/// <param name="postDataBytes">post data as byte array</param>
/// <param name="contentType">(Optional) if set the Content-Type header will be set</param>
[Obsolete("This method will be removed in version 75 as it has become unreliable see https://github.com/cefsharp/CefSharp/issues/2705 for details.")]
public static void LoadUrlWithPostData(this IWebBrowser browser, string url, byte[] postDataBytes, string contentType = null)
{
using (var frame = browser.GetMainFrame())
Expand Down

0 comments on commit 744ff3f

Please sign in to comment.