OpenGeekBrains / SciMaterials

Хранилище учебных материалов
MIT License
0 stars 14 forks source link

Blazor+MVVM #134

Closed Infarh closed 1 year ago

Infarh commented 1 year ago

Привязка в разметке - компонент Binding Binding.zip

Использование:

@inject MainViewModel Model

<PageTitle>
    <Binding Value="@Model">
        @Model.Title
    </Binding>
</PageTitle>
Infarh commented 1 year ago

Приняли к сведению