2 writes to FullName
BasicWebSite (2)
Controllers\HomeController.cs (2)
82FullName = "John <b>Smith</b>" 93FullName = "John <b>Smith</b>"
1 reference to FullName
BasicWebSite (1)
Controllers\TempDataPropertyController.cs (1)
42return $"{Message}{NullableInt} for person {person.FullName} with id {person.id}.";