Изменения документа Сценарии

Редактировал(а) Alexandr Fokin 2024/11/23 20:06

От версии 1.1 >
отредактировано Alexandr Fokin
на 2022/07/22 01:44
К версии < 1.3
отредактировано Alexandr Fokin
на 2024/11/23 20:06
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,8 +1,4 @@
1 -Управление версиями языка C#
2 -[[https:~~/~~/docs.microsoft.com/ru-ru/dotnet/csharp/language-reference/configure-language-version>>url:https://docs.microsoft.com/ru-ru/dotnet/csharp/language-reference/configure-language-version]]
3 -
4 -----
5 -
1 +| |(((
6 6  Can I use C#9.0 with ASP.NET Core 3.1?
7 7  [[https:~~/~~/www.reddit.com/r/csharp/comments/kiplz8/can_i_use_c90_with_aspnet_core_31/>>url:https://www.reddit.com/r/csharp/comments/kiplz8/can_i_use_c90_with_aspnet_core_31/]]
8 8  
... ... @@ -9,7 +9,30 @@
9 9  manuelroemer/IsExternalInit
10 10  Use C# 9's init and record features in in older target frameworks.
11 11  [[https:~~/~~/github.com/manuelroemer/IsExternalInit>>url:https://github.com/manuelroemer/IsExternalInit]]
8 +)))
9 +| |
10 +| |
12 12  
13 13  ----
14 14  
15 -
14 +==== Внутренние ссылки: ====
15 +
16 +====== Дочерние страницы: ======
17 +
18 +{{children/}}
19 +
20 +====== Обратные ссылки: ======
21 +
22 +{{velocity}}
23 +#set ($links = $doc.getBacklinks())
24 +#if ($links.size() > 0)
25 + #foreach ($docname in $links)
26 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
27 + * [[$escapetool.xml($rdoc.fullName)]]
28 + #end
29 +#else
30 + No back links for this page!
31 +#end
32 +{{/velocity}}
33 +
34 +----