5 references to Content
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
PageModelTest.cs (2)
1571var actualContentResult = pageModel.Content("TestContent"); 2049return Content("Hello!!");
Mvc.RoutingWebSite (2)
Pages\LGAnotherPage.cshtml.cs (1)
20return Content(_linkGenerator.GetPathByAction(HttpContext, action: nameof(LG2Controller.SomeAction), controller: "LG2"));
Pages\LGPage.cshtml.cs (1)
20return Content(_linkGenerator.GetPathByPage(HttpContext, "./LGAnotherPage"));
RazorPagesWebSite (1)
ModelHandlerTestModel.cs (1)
43return Content($"id: {id}, guid: {guid}, boolean: {boolean}, dateTime: {dateTime}");