fuget.org
AngleSharp
by AngleSharp
1.1.1-beta.389
Toggle Dropdown
API Diff
with 1.2.0-beta.410
Toggle Dropdown
AngleSharp.1.1.1-beta.389.nupkg
nuget.org
anglesharp.github.io
Source
MIT License
<
PackageReference
Include
=
"AngleSharp"
Version
=
"1.1.1-beta.389"
/>
Frameworks
net461
net472
net6.0
net7.0
net8.0
netstandard2.0
Dependencies
System.Text.Encoding.CodePages 6.0.0
API Diff between 1.1.1-beta.389 and 1.2.0-beta.410
0
Additions
4
Removals
AngleSharp.Html.Parser
public
struct
HtmlParserOptions
public
Action
<
HtmlToken
,
TextRange
>
OnToken
{
get
;
set
; }
public
sealed
class
HtmlTokenizer
:
BaseTokenizer
public
Action
<
HtmlToken
,
TextRange
>
OnToken
{
get
;
set
; }
AngleSharp.Io
public
class
DocumentRequest
public
static
DocumentRequest
PostAsMultipart
(
Url
target
,
FormDataSet
form
)
public
static
DocumentRequest
PostAsMultipart
(
Url
target
,
Stream
formBody
,
string
formBoundary
)