diff --git a/Simple.Lib/Events/FetchCompleteEventArgs.cs b/Simple.Lib/Events/FetchCompleteEventArgs.cs index d2d3f0d..823a288 100644 --- a/Simple.Lib/Events/FetchCompleteEventArgs.cs +++ b/Simple.Lib/Events/FetchCompleteEventArgs.cs @@ -54,7 +54,8 @@ public string Html // Lazy loaded xElement XElement xElement; /// - /// Get the XElement representation of the Html property + /// Get the XElement representation of the Html property. + /// You can use Helper.HtmlToXElement properties to control XElement parsing /// public XElement GetXElement() { diff --git a/Simple.Lib/Simple.Lib.csproj b/Simple.Lib/Simple.Lib.csproj index 035db7f..f6905cc 100644 --- a/Simple.Lib/Simple.Lib.csproj +++ b/Simple.Lib/Simple.Lib.csproj @@ -14,14 +14,14 @@ git spider false - 0.5.192 + 0.5.239 true A simple to use web spider with an example rich GitHub repository (work in progress) Work in progress. See examples and documentation on GitHub page Better redirect handling, added HObject support -Commit 8d5394a - 0.5.192.0 +Commit 29d3a44 + 0.5.239.0 diff --git a/Simple.Lib/Simple.Lib.xml b/Simple.Lib/Simple.Lib.xml index f42eb90..1a2ffeb 100644 --- a/Simple.Lib/Simple.Lib.xml +++ b/Simple.Lib/Simple.Lib.xml @@ -513,7 +513,8 @@ - Get the XElement representation of the Html property + Get the XElement representation of the Html property. + You can use Helper.HtmlToXElement properties to control XElement parsing