/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/test/testassets/Components.TestServer/TestAppInfo.cs
9 строк
255 B
Steve Sanderson
Streaming SSR: DOM updating (#47605)
08 апр 2023, 01:43
Не верифицирован
08 апр 2023, 01:43
a419b22
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace TestServer; internal class TestAppInfo { public IDictionary<string, string> Scenarios { get; set; } }