Twenty
Twenty

Reputation: 5941

Edit .razor files in blazor-hosted at runtime

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?

Update

For anyone else wondering like me, there is currently an open issue on GitHub regarding to this.

Upvotes: 2

Views: 616

Answers (1)

Chanan Braunstein
Chanan Braunstein

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

Related Questions