mirror of
				https://github.com/JKorf/CryptoExchange.Net
				synced 2025-10-30 18:07:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			350 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			350 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <Router AppAssembly="@typeof(Program).Assembly">
 | |
|     <Found Context="routeData">
 | |
|         <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
 | |
|     </Found>
 | |
|     <NotFound>
 | |
|         <LayoutView Layout="@typeof(MainLayout)">
 | |
|             <p>Sorry, there's nothing at this address.</p>
 | |
|         </LayoutView>
 | |
|     </NotFound>
 | |
| </Router>
 |