/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/test/testassets/BasicTestApp/BindMethods.cs
13 строк
501 B
Pranav K
Use file scoped namespaces (#38076)
06 ноя 2021, 03:52
Не верифицирован
06 ноя 2021, 03:52
a450cb6
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Components; // This is a temporary workaround for the fact that public previews of VS look for // this type. Without this the tooling won't understand bind or event handlers. // // This has already gotten better in 16.3 and we look for IComponent rather // than specific implementation details. public static class BindMethods { }