How to pass arguments to an HtmlFile?

Posted by Pramodh on Stack Overflow See other posts from Stack Overflow or by Pramodh
Published on 2010-05-07T10:56:26Z Indexed on 2010/05/07 11:08 UTC
Read the original article Hit count: 175

Filed under:
|
|

How to pass arguments to an HtmlFile from C#?

Like: System.Diagnostics.Process.Start("Sample.html","Arguments");

If I execute the above code the "Sample.html" file should be opened and it should do something with the "arguments".

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET