2 writes to Name
FormatterWebSite (1)
Controllers\JsonFormatterController.cs (1)
38
Name
= "John Williams"
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
NewtonsoftJsonOutputFormatterTest.cs (1)
23
Name
= "John Williams"
1 reference to Name
FormatterWebSite (1)
Controllers\ValidationController.cs (1)
22
return Content("User has been registered : " + user.
Name
);