我試圖讓本教程不理解簡單的頁面
我有一個測試頁面的意義,我嘗試了
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Test</title>
</head>
<body>
<div>
Hello there
</div>
</body>
</html>
但是當我運行出現的頁面沒什麼
F12表明這一點:
<html>
<head></head>
<body>
</body>
</html>
我不明白我在做什麼錯了?
我想這個測試項目,以及...同樣的問題:https://github.com/sergiotapia/MicroShopping
你是如何「運行頁面」? –
應該發生什麼? –
儘管發生了什麼_does_?你如何「運行」這個樣本?在Visual Studio之外?瀏覽器窗口是否打開? .. –