Hello,
        I developed a project in mono develop which is required to
display html files on the web browser.I am able to display remote html
files and html files sitting on a local web server.Now I want to display
local html files on the web browser.I could find a code snippet online
for the same but I am not able to compile it successfully.Can you help
me out whether there is any problem with the code syntatically .
Here is the piece of code:
 
this.webMain.LoadRequest(NSUrlRequest requestWithUrl(NSUrl
firleUrlWithPath(NSBundle mainBundle)pathForResource:@"cliqueitsample"
ofType:@"html")isDirectory:No)));
 
 
 
Thanks in Advance,
Pratheek
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to