Relative Content

Tag Archive for c#razorblazor

How to trigger update from Blazor embedded page call

Sorry I don’t know what it’s called, but from a razor page (Files.razor) I embed another page using something like . AddFile.razor is a utility method that allows the user to upload a file and add it to the list with id == @ID. When Files.razor runs it loads the list of files.