/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Security/samples/DynamicSchemes/Pages/Contact.cshtml
19 строк
471 B
Justin Kotalik
Make Auth Samples Project Ref (#6557)
16 янв 2019, 00:12
Не верифицирован
16 янв 2019, 00:12
e751db0
Код
Авторство
О чём код?
@page @model ContactModel @{ ViewData["Title"] = "Contact"; } <h2>@ViewData["Title"]</h2> <h3>@Model.Message</h3> <address> One Microsoft Way<br /> Redmond, WA 98052-6399<br /> <abbr title="Phone">P:</abbr> 425.555.0100 </address> <address> <strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br /> <strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a> </address>