winforms - c# Open and write to external browser from windows form -


i have c# windows form application , need open a webpage sends saml off server auth , redirects destination. since saml writing/sending changes every time, i've been writing simple file temp folder , opening via default browser. internet explorer doesn't doing , balks saying content blocked.

is there way can, windows form, open external browser , write content it?

i added

    <!-- saved url=(0016)http://localhost --> 

in html file i'm opening local temp folder , ie opens fine.

answer found from

why ie restrict javascript files of local html pages?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -