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.
含めようとしています<% @using System.Web.Script.Serialization%>が、エラーメッセージが表示されます:サーバーブロックが適切に形成されていません。
<% @using System.Web.Script.Serialization%>
Razor 構文を使用している場合は、次のようになります。
@using System.Web.Script.Serialization
ASP.net の構文は次のようになります。
<%@ Import Namespace="System.Web.Script.Serialization" %>