Is your feature request related to a problem? Please describe.
It would save me so much time if i can generate forms based on the model like how it used to be in Normal Asp.net core views.
If we can have something like this :
@Html.Editor("StudentId")
and its overloads
Or something like this :
var propertyName = "FirstName"
<InputText @bind-Value-propertyName="propertyName " @bind-Value-object="Model" />