/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/test/testassets/BasicTestApp/TestResources.cs
11 строк
397 B
Ilona Tomkowicz
Blazor supports `DisplayName` for models (#64636)
19 дек 2025, 15:29
Не верифицирован
19 дек 2025, 15:29
8752557
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace BasicTestApp; // Wrap resources to make them available as public properties for [Display]. That attribute does not support // internal properties. public static class TestResources { public static string ProductName => Resources.ProductName; }