Reputation: 5941
Basically you can edit the html and everything else in a View with a normal ASP.Net Core MVC application at Runtime. Is this also possible with an blazor hosted app and a .razor file, at least in Development?
For anyone else wondering like me, there is currently an open issue on GitHub regarding to this.
Upvotes: 2
Views: 616
Reputation: 418
If you are looking for something like hot reload during development it might one day be supported but obviously not yet. As for deployed code that is unlikely but who knows what the future brings
Upvotes: 1