If I understand you correctly, you want to pass information between the page containing the js function and another page. For simple information, you could use query string parameters for this (page.html?param1=1¶m2=3). You could also store this information in the session on the page containing the js function and retrieve this information on the new page.
How to detect the existence of html files
李畋岷
76
Reputation points
I called a html file through js interop in Blazor component and opened a web page. But in any case, I can't pass the status information of the page's closing to the component. What should I do?
Developer technologies .NET Blazor
1,673 questions