This is probably a Razor issue but the problem is showing itself through MVC. This works: ``` @page @model WebApplication1.IndexModel This is from Razor: @Model.Message ``` This doesn't work: ``` @page @model WebApplication1.IndexModel This is from Razor: @Model.Message ``` 
This is probably a Razor issue but the problem is showing itself through MVC.
This works:
This doesn't work: