Skip to content

Commit aa8e8b3

Browse files
committed
Core - HtmlString charSet was never assigned
1 parent 84e0415 commit aa8e8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp/Web/HtmlString.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public HtmlString(string html, bool base64Encode = false, string charSet = null)
3030
{
3131
this.base64Encode = base64Encode;
3232
this.html = html;
33+
this.charSet = charSet;
3334
}
3435

3536
/// <summary>

0 commit comments

Comments
 (0)