---
title: "How can I redirect a web page from wpf application?"  
description: "How can I redirect a web page from wpf application?"  
author: "Anonymous User"  
published: 2013-08-19  
updated: 2013-08-19  
canonical: https://www.mindstick.com/forum/1414/how-can-i-redirect-a-web-page-from-wpf-application  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# How can I redirect a web page from wpf application?

Hi!\

Basically I need [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) for redirecting a [web page](https://www.mindstick.com/forum/718/sql-server-report-alignment-to-center-of-web-page) from my [wpf](https://www.mindstick.com/forum/304/wpf) application..

[please suggest](https://answers.mindstick.com/qa/43506/please-suggest-the-bathing-date-at-kumbh) me!

## Replies

### Reply by shreesh chandra shukla

Hi!

You can write below line of code where you need for redirecting webpage from wpf application an before writing below code you can add refrence System.Diagnostics; in solution explorer.

Process.Start(“http://www.xyz.com”);


---

Original Source: https://www.mindstick.com/forum/1414/how-can-i-redirect-a-web-page-from-wpf-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
