在 asmx 文件中为“<%@”指令添加注释

Adding comments for "<%@" directives in asmx file

我试图注释掉 asmx 文件中的指令:

<%@ WebService Language="C#" CodeBehind="test" Class="test" %>

当我意识到时,我不知道这样做的语法是什么。

有人知道吗?

使用 <%-- --%>

用于服务器端注释,或 Visual Studio

中的 Ctrl-K Ctrl-C