Chris Sainty 9/24/2018

Building a blogging app with Blazor: Editing & Deleting Posts

Read Original

This technical tutorial continues a series on building a blogging app with Blazor. It details implementing 'Update' and 'Delete' operations, including adding service methods, API controller endpoints (HttpPut, HttpDelete), and fixing a client-side routing bug related to the <base> tag. The article also shows refactoring an 'AddPost' component into a more generic 'PostEditor' component for reuse.

Building a blogging app with Blazor: Editing & Deleting Posts

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week