❔ Abstracting html in Razor
I want to define custom components to abstract away some html content. These should be able to accept props, like key names, expressions, or pieces of html. For example:
should be produced from e.g.
or something like that. Should I make a bunch of tag helpers? I know that these can't be backed by html files. Partial views maybe?
I've read that razor components is something else, it's tightly coupled with blazor
should be produced from e.g.
or something like that. Should I make a bunch of tag helpers? I know that these can't be backed by html files. Partial views maybe?
I've read that razor components is something else, it's tightly coupled with blazor