@Resource.About_Description
-------------------------------------------------------------------------------- /Microsoft Graph SDK ASPNET Connect/Microsoft Graph SDK ASPNET Connect/Views/Home/Graph.cshtml: -------------------------------------------------------------------------------- 1 | 3 | 4 | @using Resources 5 | 6 | @{ 7 | ViewBag.Title = Resource.App_Name; 8 | } 9 | 10 |@Html.Raw(Resource.Graph_GetEmailAddress_Instruction)
13 | @using (Html.BeginForm("GetMyEmailAddress", "Home")) 14 | { 15 |@ViewBag.Email24 |
@Html.Raw(Resource.Graph_SendMail_Instruction)
28 | @using (Html.BeginForm("SendEmail", "Home")) 29 | { 30 |@Html.Raw(ViewBag.Message)
47 |@Resource.About_Description
-------------------------------------------------------------------------------- /starter-project/Microsoft Graph SDK ASPNET Connect/Views/Home/Graph.cshtml: -------------------------------------------------------------------------------- 1 | 3 | 4 | @using Resources 5 | 6 | @{ 7 | ViewBag.Title = Resource.App_Name; 8 | } 9 | 10 |@Html.Raw(Resource.Graph_GetEmailAddress_Instruction)
13 | @using (Html.BeginForm("GetMyEmailAddress", "Home")) 14 | { 15 |@ViewBag.Email24 |
@Html.Raw(Resource.Graph_SendMail_Instruction)
28 | @using (Html.BeginForm("SendEmail", "Home")) 29 | { 30 |@Html.Raw(ViewBag.Message)
47 |