Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

@page with an @model is overly sensitive to whitespace. #5799

@NTaylorMullen

Description

@NTaylorMullen

This is probably a Razor issue but the problem is showing itself through MVC.

This works:

@page
@model WebApplication1.IndexModel

<p>This is from Razor: @Model.Message</p>

This doesn't work:

@page

@model WebApplication1.IndexModel

<p>This is from Razor: @Model.Message</p>

image

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions