Click here to Skip to main content
15,881,172 members
Articles / Programming Languages / Javascript

Integrating Silverlight with the Browser's Back Button

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
11 May 2009CPOL3 min read 29K   273   15  
Describes how to make Silverlight applications behave like a traditional web application - with navigation states that use the browser's back/forwards navigation buttons.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Web Developer Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightBrowserNavigation", "SilverlightBrowserNavigation\SilverlightBrowserNavigation.csproj", "{0FF92850-E79A-4C9E-8445-CF999ED5BB56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightBrowserNavigation.Web", "SilverlightBrowserNavigation.Web\SilverlightBrowserNavigation.Web.csproj", "{02BDE0A8-6778-4837-ABBB-F402CB5D064C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0FF92850-E79A-4C9E-8445-CF999ED5BB56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0FF92850-E79A-4C9E-8445-CF999ED5BB56}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0FF92850-E79A-4C9E-8445-CF999ED5BB56}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0FF92850-E79A-4C9E-8445-CF999ED5BB56}.Release|Any CPU.Build.0 = Release|Any CPU
		{02BDE0A8-6778-4837-ABBB-F402CB5D064C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{02BDE0A8-6778-4837-ABBB-F402CB5D064C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{02BDE0A8-6778-4837-ABBB-F402CB5D064C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{02BDE0A8-6778-4837-ABBB-F402CB5D064C}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Ice Blue Digital
Australia Australia
I am the founder of Ice Blue Digital - a Sydney based software company in the natural language processing and machine learning space.

Comments and Discussions