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:
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