Skip to content

[Blazor] Dynamic Editor Generation For Model #14006

@smartprogrammer93

Description

@smartprogrammer93

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" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions