Question about http Client Page

I use Cobra.

I have tried the example of “An Auto-Refreshing Client Page” in Tinyclr Wiki.

in the exampe the html is very simple. if I want a better http page, how can I do it?

I want to build a better client http page to show the real time data of Cobra, for example in/output of GPIO or real time clock.

how can I invoke a html file in console application project?

HTML code is just text. All you need is to make a more complex text page that is your HTML file. You can load stuff from storage if you need.

Here’s a great code example that might be worth reviewing and understanding. http://www.tinyclr.com/codeshare/entry/348

@ Brett -
thank you!!