How to view what is written on a page in C #?
For example, the content of the page contains the command for the program:
wait
check
etc ...
Well
if(содержание == "wait") { wait(true); } and also how to break a string, here on php it is explode (), and on sharpe how?