Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: ASP.NET Webフォーム (*.aspx ページ) で Razor 構文を使用できますか?
asp.net プロジェクトの Web フォームと cshtml ファイルでかみそり構文を使用することは可能ですか
@{ var greeting = "私たちのサイトへようこそ!"; }
@{
var greeting = "私たちのサイトへようこそ!";
}