@page "/HerramientaURBANSimulaciones" @using HerramientaCASA.Model @using Microsoft.AspNetCore.WebUtilities @using System.Text.Json @using System.Text @using bdHerramientaCACOA.db @using Newtonsoft.Json @rendermode InteractiveServer @inject NavigationManager Navigation @inject UserState userState
Simulaciones URBAN guardadas
@code { protected override async Task OnInitializedAsync() { } private void irNuevaSimulacion() { Navigation.NavigateTo("/HerramientaURBAN", true); } }