Message in Chinese (Simplified) (中文(简体))
约定“<var>Contract Name</var>”中的操作“<var>X</var>”使用 GET,但同时具有正文参数“<var>Y</var>”。GET 操作不能具有正文。请将参数“<var>Y</var>”设置为 UriTemplate 参数,或从 WebGetAttribute 切换为 WebInvokeAttribute。
Unlocalized message
Operation '<var>X</var>' in contract '<var>Contract Name</var>' uses GET, but also has body parameter '<var>Y</var>'. GET operations cannot have a body. Either make the parameter '<var>Y</var>' a UriTemplate parameter, or switch from WebGetAttribute to WebInvokeAttribute.
Search by Google