ChildNode.InnerHtml에서 값을 얻습니다.
20th Aug 2013<br>Ojas Systems <br> Pune <br> Software
HtmlAgilty에 의해 생성 된 InnerHtml에서 값을 분할하는 방법. 문자열로 InnerHtml 변환 시도했지만 오류가 throw됩니다.
'Write'메서드에 대한 오버로드가 0 개의 인수를가집니다.
닫히지 않은 html 태그 때문일 수 있지만 그 다음 해결책이 될 수 있습니다. 아래는 반환 된 InnerHtml입니다.
<a href="http://jobs.monsterindia.com/details/13826093.html?sig=js-1- 4f08ba3c3102de443076cfb01e15745e-1&from=" target="_blank" id="link13826093">.Net java </a>, 20th Aug 2013<br>Ojas Systems Private Limited<br> Pune, 0-0 years: Looking for freshers who is trained in .Net Java.The location will be Pune.Preferably passed in 2012-2013. <br><a href="javascript:findSimilar(13826093)">Similar Jobs</a> - <a href="http://jobsearch.monsterindia.com/searchresult.html?cid=117314;lan=1">All Jobs by this Recruiter</a> - <a href="javascript:void(0)" onclick="javascript:openSocialTwist({EXP:'Experience - 0 to 0 years',LINK:'http://jobs.monsterindia.com/details/13826093.html',COMP:'Company Name - Ojas Systems Private Limited',LOC:'Location - Pune',ROLE:'',KWD:'Key skills - .net java',TTL:'Job Title - .Net java '})">Share this job</a>
취한 양식 여기 나를 위해 일했다.
string str = "hai<br/>how<br/>Are<br/>you";
string[] delim = { "<br/>" };
string[] spltd = str.Split(delim, StringSplitOptions.None);