标签: wcf wcf-rest
我想使用restful WCF的内容协商功能,并在content-type==text/xml时返回自己的html数据回复,而不是通常返回的数据。
content-type==text/xml
我认为可以在实施IDispatchMessageFormatter和SerializeReply方法时完成。
IDispatchMessageFormatter
SerializeReply
你知道其他方法吗?