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