I am assuming you mean that you want to create a browser window that is missing buttons, an address bar, etc.
If that is the case, you have to use a client side scripting language (like Javascript) because C# code is run on the server.
The only way that C# can help you do this is if you create a winforms application and use the browser component to create your environment just how you'd like.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.