问题
I have been pointed to this answer regarding using HTML Agility Pack in Monotouch. However the answer is poorly formatted, ambiguous, and some parts have android mentioned.
I am new to Xamarin could someone please step me through the process of compiling a project for use in Monotouch?
回答1:
There are multiple ways to tackle this, but one approach would be
- create a new iOS Library Project
- add the *.cs files from HtmlAgilityPack
- build
- resolve any build errors
- goto 3
来源:https://stackoverflow.com/questions/16449352/compiling-html-agility-pack-for-monotouch