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
Comments
Post a Comment